diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-04 21:34:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-04 21:34:02 +0000 |
commit | e69cbe65376e1a387e05015670fc863503f2e9bc (patch) | |
tree | 8d2dad00e1c7f22461e5528deaed85c84e7f405f /share/man/man4 | |
parent | beb5d4c590353021cb28a7638fd80a1ff86008b8 (diff) |
no more IPX; ok henning
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/netintro.4 | 8 | ||||
-rw-r--r-- | share/man/man4/options.4 | 8 |
2 files changed, 5 insertions, 11 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index d7c3064976f..8b44163ebb4 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.34 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: netintro.4,v 1.35 2007/06/04 21:34:01 jmc Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)netintro.4 8.2 (Berkeley) 11/30/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 4 2007 $ .Dt NETINTRO 4 .Os .Sh NAME @@ -123,7 +123,7 @@ modifier. .Sh PROTOCOLS The system currently supports the Internet protocols (IPv4 and IPv6), -Appletalk, Novell's IPX protocols, +Appletalk, and a few others. Raw socket interfaces are provided to the .Tn IP @@ -162,7 +162,6 @@ are known to the system #define AF_INET 2 /* internetwork: UDP, TCP, etc. */ #define AF_HYLINK 15 /* NSC Hyperchannel */ #define AF_APPLETALK 16 /* AppleTalk */ -#define AF_IPX 23 /* Novell Internet Protocol */ #define AF_INET6 24 /* IPv6 */ #define AF_NATM 27 /* native ATM access */ .Ed @@ -488,7 +487,6 @@ from the group .Xr ioctl 2 , .Xr socket 2 , .Xr inet 3 , -.Xr ipx 3 , .Xr arp 4 , .Xr bridge 4 , .Xr ifmedia 4 , diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index bbe9bbd8226..aa1a85666e0 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.182 2007/06/01 05:37:14 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.183 2007/06/04 21:34:01 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 1 2007 $ +.Dd $Mdocdate: June 4 2007 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -702,10 +702,6 @@ for debugging IPv6 neighbor discovery protocol handling. See .Xr sysctl 3 for details. -.It Cd option IPX, IPXIP -Include support for Internetwork Packet Exchange protocol commonly in -use by -.Tn Novell NetWare . .It Cd option NETATALK Include kernel support for the AppleTalk family of protocols. This suite of supporting code is sometimes called |