diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-05 06:56:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-05 06:56:20 +0000 |
commit | 48b5276b457e31f75add99bc7cb48b9a888cf39d (patch) | |
tree | 5ca83bf64c61ecde95f2eb43665ccb34489258c2 /lib/libc/sys/socket.2 | |
parent | 18ea03300bf87ecf324f5a4fee9047441bbedd76 (diff) |
one more IPX removal; ok henning
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r-- | lib/libc/sys/socket.2 | 7 |
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 |