Minor typo in man 7 unix: says tcp_socket, but should say unix_socket

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux