diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-24 15:19:29 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-24 15:19:29 +0000 |
commit | 585c6f149abcf71dad738b4d53f39bb35f74ed07 (patch) | |
tree | 4df1f8857de2d7f92218e78f5baccc8f726bde6c /lib/libc/sys | |
parent | ed6254f6f7817e7e92eda2300d971a05ab9904ac (diff) |
add AF_INET6.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/socket.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index b771ac9a6fa..c69415a8018 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.16 2000/04/15 11:46:04 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.17 2000/05/24 15:19:28 itojun Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -61,6 +61,7 @@ The currently understood formats are .Bd -literal -offset indent -compact AF_UNIX (UNIX internal protocols), AF_INET (ARPA Internet protocols), +AF_INET6 (ARPA IPv6 protocols), AF_ISO (ISO protocols), AF_NS (Xerox Network Systems protocols), AF_IPX (Internetwork Packet Exchange), and |