summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-24 15:19:29 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-05-24 15:19:29 +0000
commit585c6f149abcf71dad738b4d53f39bb35f74ed07 (patch)
tree4df1f8857de2d7f92218e78f5baccc8f726bde6c /lib/libc/sys
parented6254f6f7817e7e92eda2300d971a05ab9904ac (diff)
add AF_INET6.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/socket.23
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