summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2000-05-24 15:19:28 +0000
committeritojun <itojun@openbsd.org>2000-05-24 15:19:28 +0000
commitab22d568f29d29e727e2085a740700dcb5c05c42 (patch)
tree72050be1d72bd3e8d5ddee569ccd1f3523c65029 /lib/libc/sys/socket.2
parentmove kernel prototypes using iovec to the right place (diff)
downloadwireguard-openbsd-ab22d568f29d29e727e2085a740700dcb5c05c42.tar.xz
wireguard-openbsd-ab22d568f29d29e727e2085a740700dcb5c05c42.zip
add AF_INET6.
Diffstat (limited to 'lib/libc/sys/socket.2')
-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