diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-08-01 21:51:06 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-08-01 21:51:06 +0000 |
| commit | bb218ac26775666792b4e019a6f3c466f4cb3122 (patch) | |
| tree | 8c4f5166b91cd18f8066fa8fe02d5627d25d02c4 /lib/libc/sys/socket.2 | |
| parent | f8df54401a8ab814b5fdb8fede40fb2063a85553 (diff) | |
Protocol Family (PF_*) constants are used to select the domain,
not Address Family (AF_*).
Diffstat (limited to 'lib/libc/sys/socket.2')
| -rw-r--r-- | lib/libc/sys/socket.2 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index bf1df7d2cd4..a1184bcc8bb 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: socket.2,v 1.10 1998/07/28 09:43:31 is Exp $ +.\" $NetBSD: socket.2,v 1.11 1998/08/01 21:51:06 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,12 +58,12 @@ These families are defined in the include file The currently understood formats are .Pp .Bd -literal -offset indent -compact -AF_LOCAL local (previously UNIX) domain protocols -AF_INET ARPA Internet protocols -AF_ISO ISO protocols -AF_NS Xerox Network Systems protocols -AF_IMPLINK IMP \*(lqhost at IMP\*(rq link layer -AF_APPLETALK AppleTalk protocols +PF_LOCAL local (previously UNIX) domain protocols +PF_INET ARPA Internet protocols +PF_ISO ISO protocols +PF_NS Xerox Network Systems protocols +PF_IMPLINK IMP \*(lqhost at IMP\*(rq link layer +PF_APPLETALK AppleTalk protocols .Ed .Pp The socket has the indicated |
