socket.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-07 07:58:37 +12:00
parent 3e18f289e7
commit 4a037a4a01
1 changed files with 4 additions and 3 deletions

View File

@ -372,9 +372,10 @@ The manifest constants used under 4.x BSD for protocol families
are
.BR PF_UNIX ,
.BR PF_INET ,
etc., while
.B AF_UNIX
etc. are used for address
and so on, while
.BR AF_UNIX ,
.BR PF_INET ,
and so on are used for address
families.
However, already the BSD man page promises: "The protocol
family generally is the same as the address family", and subsequent