summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-06-05 06:56:19 +0000
committerjmc <jmc@openbsd.org>2007-06-05 06:56:19 +0000
commit6600ae0e56a7309ed9225c5a111e127e2897ec39 (patch)
tree0c09d632da5764c434dea682a3b1bc01c704b63b /lib/libc
parentPreserve MAC ctx between packets, saving 2xhash calls per-packet. (diff)
downloadwireguard-openbsd-6600ae0e56a7309ed9225c5a111e127e2897ec39.tar.xz
wireguard-openbsd-6600ae0e56a7309ed9225c5a111e127e2897ec39.zip
one more IPX removal; ok henning
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/socket.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 073250a511c..c67ca45edd9 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.26 2007/05/31 19:19:34 jmc Exp $
+.\" $OpenBSD: socket.2,v 1.27 2007/06/05 06:56:19 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: May 31 2007 $
+.Dd $Mdocdate: June 5 2007 $
.Dt SOCKET 2
.Os
.Sh NAME
@@ -56,8 +56,7 @@ The currently understood formats are
.Bd -literal -offset indent
AF_UNIX (UNIX internal protocols),
AF_INET (ARPA Internet protocols),
-AF_INET6 (ARPA IPv6 protocols),
-AF_IPX (Internetwork Packet Exchange), and
+AF_INET6 (ARPA IPv6 protocols), and
AF_IMPLINK (IMP \*(lqhost at IMP\*(rq link layer).
.Ed
.Pp