aboutsummaryrefslogtreecommitdiffstats
path: root/man2/socket.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/socket.2')
-rw-r--r--man2/socket.222
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{