diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-12 09:02:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-12 09:02:02 +0000 |
commit | 903c1dc4596fa0ccb99ae0f016dccba46740a27a (patch) | |
tree | 40d9486dd0c2e71c1e248165301d548b826b8b24 /sbin | |
parent | 167a2359bd67b07a9a01742a843ddf2bbd8c766d (diff) |
document setting ipx frame type; from ianm@cit.uws.edu.au
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5691701ef11..b09e6a3b120 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.62 2003/02/03 17:46:56 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.63 2003/03/12 09:02:01 mickey 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 $ .\" @@ -509,6 +509,10 @@ the hardware will be re-initialized. .It Cm vltime Ar n (inet6 only) Set valid lifetime for the address. +.It Cm 802.2 802.2tr 802.3 snap EtherII +Set the +.Xr ipx 3 +frame type to be either 802.2, 802.2tr, 802.3, snap or Ethernet II. .El .Pp .Pp |