diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-08 16:47:53 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-08 16:47:53 +0000 |
| commit | d4c8c97c312455631c0c22151ad19b98c2eee3fd (patch) | |
| tree | 783a3dd69217af76d40f61c3858ab676e0ab71ce /man2/socket.2 | |
| parent | 77117f4fc55addbb657d1c87e2f86911d7e432c9 (diff) | |
| download | man-pages-d4c8c97c312455631c0c22151ad19b98c2eee3fd.tar.gz | |
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.
Diffstat (limited to 'man2/socket.2')
| -rw-r--r-- | man2/socket.2 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/socket.2 b/man2/socket.2 index 9a17b2cfdc..567cd80b1e 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -38,7 +38,7 @@ .\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH SOCKET 2 2004-06-17 "Linux" "Linux Programmer's Manual" +.TH SOCKET 2 2008-08-08 "Linux" "Linux Programmer's Manual" .SH NAME socket \- create an endpoint for communication .SH SYNOPSIS @@ -63,52 +63,52 @@ tab(:); l l l. Name:Purpose:Man page T{ -.BR PF_UNIX ", " PF_LOCAL +.BR AF_UNIX ", " AF_LOCAL T}:T{ Local communication T}:T{ .BR unix (7) T} T{ -.B PF_INET +.B AF_INET T}:IPv4 Internet protocols:T{ .BR ip (7) T} T{ -.B PF_INET6 +.B AF_INET6 T}:IPv6 Internet protocols:T{ .BR ipv6 (7) T} T{ -.B PF_IPX +.B AF_IPX T}:IPX \- Novell protocols: T{ -.B PF_NETLINK +.B AF_NETLINK T}:T{ Kernel user interface device T}:T{ .BR netlink (7) T} T{ -.B PF_X25 +.B AF_X25 T}:ITU-T X.25 / ISO-8208 protocol:T{ .BR x25 (7) T} T{ -.B PF_AX25 +.B AF_AX25 T}:T{ Amateur radio AX.25 protocol T}: T{ -.B PF_ATMPVC +.B AF_ATMPVC T}:Access to raw ATM PVCs: T{ -.B PF_APPLETALK +.B AF_APPLETALK T}:Appletalk:T{ .BR ddp (7) T} T{ -.B PF_PACKET +.B AF_PACKET T}:T{ Low level packet interface T}:T{ |
