Re: 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]

 



[Resending to linux-man@xxxxxxxxxxxxxxx]

On Thu, Sep 8, 2011 at 6:21 PM, Michael Kerrisk <mtk.manpages@xxxxxxxxx> wrote:
> On Sun, Jul 31, 2011 at 12:02 AM, Joey Adams <joeyadams3.14159@xxxxxxxxx> wrote:
>> 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. Fixed for man-pages-3.33.
>
> Cheers,
>
> Michael
>
>
> --
> Michael Kerrisk
> Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
> Author of "The Linux Programming Interface"; http://man7.org/tlpi/
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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