diff options
author | 2007-09-07 15:52:17 +0000 | |
---|---|---|
committer | 2007-09-07 15:52:17 +0000 | |
commit | fe913c620a2058ebc9d755ffe9323f709ab41c2d (patch) | |
tree | 58a9c7eb95b31ae642ef1bc6c2d9b2ebb6523320 /lib/libc/sys/socket.2 | |
parent | Use M_ZERO in a few more places to shave bytes from the kernel. (diff) | |
download | wireguard-openbsd-fe913c620a2058ebc9d755ffe9323f709ab41c2d.tar.xz wireguard-openbsd-fe913c620a2058ebc9d755ffe9323f709ab41c2d.zip |
IPv6 is not an ARPA protocol;
from Robert Elz, netbsd-bugs pr#36933
ok otto deraadt
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r-- | lib/libc/sys/socket.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 3aff87e9130..38e2a9e193c 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.29 2007/06/11 00:27:13 uwe Exp $ +.\" $OpenBSD: socket.2,v 1.30 2007/09/07 15:52:17 jmc Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 11 2007 $ +.Dd $Mdocdate: September 7 2007 $ .Dt SOCKET 2 .Os .Sh NAME @@ -60,7 +60,7 @@ UNIX internal protocols .It AF_INET ARPA Internet protocols .It AF_INET6 -ARPA IPv6 protocols +IPv6 (Internet Protocol version 6) protocols .It AF_IMPLINK IMP host at IMP link layer .It AF_BLUETOOTH |