Minor typo in man 7 unix: says tcp_socket, but should say unix_socket
From: Joey Adams <hidden>
Date: 2011-07-30 22:02:35
From: Joey Adams <hidden>
Date: 2011-07-30 22:02:35
Under man 7 unix, it says:
Ioctls
The following ioctl(2) calls return information in value. The
correct syntax is:
int value;
error = ioctl(tcp_socket, ioctl_type, &value);
The last line should read:
error = ioctl(unix_socket, ioctl_type, &value);
I'm on Fedora 15, with Linux man-pages version 3.32. The date at the
bottom of this page is 2010-11-15.
Thanks,
- Joey
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html