tags 498414 wont-fix thanks Hello Andrew,
On 9/9/08, Andrew O. Shadoura <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Severity: normal > Tags: patch > > Hello. > > There's no such protocol family AF_UNIX, AF_INET etc., those are *address* > families. Protocol families are PF_UNIX, PF_INET etc. as specified in > socket(2) manpage. Not in socket(2) any longer. Nowadays, all man-pages use AF_*. The reasons are in http://www.kernel.org/doc/man-pages/changelog.html#release_3.07: s/PF_/AF_/ for socket family constants. Reasons: the AF_ and PF_ constants have always had the same values; there never has been a protocol family that had more than one address family, and POSIX.1-2001 only specifies the AF_* constants. Cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

