diff options
author | 2007-06-12 16:25:44 +0000 | |
---|---|---|
committer | 2007-06-12 16:25:44 +0000 | |
commit | c048c82935da47ee8c72332ee0f29942f6f85f19 (patch) | |
tree | d60a34548b2bf8a6e18cfe32c048113221ed94eb | |
parent | put the fd passing from bgpd back in to hoststated's version of imsg, (diff) | |
download | wireguard-openbsd-c048c82935da47ee8c72332ee0f29942f6f85f19.tar.xz wireguard-openbsd-c048c82935da47ee8c72332ee0f29942f6f85f19.zip |
zap some dead AF_NS bits; ok henning
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7cae7b69d77..9c27de386a3 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.141 2007/06/04 20:05:14 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.142 2007/06/12 16:25:44 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 4 2007 $ +.Dd $Mdocdate: June 12 2007 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -143,21 +143,6 @@ described in the .Xr inet 3 manual page. .Pp -For the Xerox Network Systems(tm) and Internetwork Packet Exchange families, -addresses are of the form -.Dq net:a.b.c.d.e.f , -where -.Dq net -is the assigned network number (in decimal), -and each of the six bytes of the host number, -.Dq a -through -.Dq f , -are specified in hexadecimal. -The host number may be omitted on Ethernet interfaces, -which use the hardware physical address, -and on interfaces other than the first. -.Pp .Tn AppleTalk (LLAP) addresses are specified as .Dq nn.na |