diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-03 20:24:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-03 20:24:49 +0000 |
commit | e8dafcec0871dc1b03a7698e97a87e3993051913 (patch) | |
tree | 0106e365b49ac8ae4de501554026a6fbd7927a97 /sbin/ifconfig | |
parent | 08631c50a0fed5213e42420b6dfa48eb1b885529 (diff) |
zap INET_ONLY, compress usage(); jared
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index ccc00727399..78f41cae059 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.109 2004/07/03 20:24:16 deraadt Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.110 2004/07/03 20:24:48 deraadt Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -77,7 +77,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.109 2004/07/03 20:24:16 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.110 2004/07/03 20:24:48 deraadt Exp $"; #endif #endif /* not lint */ @@ -2540,14 +2540,11 @@ usage(void) #ifdef INET6 "\t[[-]anycast] [eui64] [pltime n] [vltime n] [[-]tentative]\n" #endif -#ifndef INET_ONLY "\t[vlan vlan_tag vlandev parent_iface] [-vlandev] [vhid n]\n" "\t[advbase n] [advskew n] [maxupd n] [pass passphrase]\n" "\t[state init | backup | master] [syncif iface] [-syncif]\n" - "\t[phase n] [range netrange]\n" + "\t[phase n] [range netrange] [timeslot timeslot_range]\n" "\t[802.2] [802.2tr] [802.3] [snap] [EtherII]\n" - "\t[timeslot timeslot_range]\n" -#endif " ifconfig -A | -Am | -a | -am [address_family]\n" " ifconfig -C\n" " ifconfig -m interface [address_family]\n" |