diff options
Diffstat (limited to 'share/man/man4/netintro.4')
-rw-r--r-- | share/man/man4/netintro.4 | 8 |
1 files changed, 3 insertions, 5 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 , |