An error in the getaddrinfo (3) man page

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

 



Dear Maintener,

In the latest Man page package (man-pages-4.16.tar.gz) there is an
error in the getaddrinfo (3) man page.

In the Client program example:
    if (len + 1 > BUF_SIZE) {
should be:
    if (len  > BUF_SIZE) {

I detected this issue using a Debian 7 system.

Yours truly,

Eric Sanchis
Associate Professor in Computer Science
University of Toulouse Capitole (IUT Rodez)
France



[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