diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-07 18:58:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-07 18:58:36 +0000 |
commit | 80caa5118796daf7347d38053d55d8917cba9ae4 (patch) | |
tree | 819619589357abadea424addaf2056715acbaa4d /sbin/ifconfig | |
parent | 08198cfd149aed04ff951bf273a2a2fe761fc8c5 (diff) |
update wireless synopsis too: nwid requires an argument, chan does not;
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c07d6953f61..5789f1a4db9 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.167 2008/09/07 18:52:15 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.168 2008/09/07 18:58:35 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 $ .\" @@ -556,9 +556,9 @@ will begin advertising as master. .Bk -words .Ar wireless-interface .Op Oo Fl Oc Cm bssid Ar bssid -.Op Oo Fl Oc Cm chan Ar n +.Op Oo Fl Oc Cm chan Op Ar n .Op Oo Fl Oc Ns Cm nwflag Ar flag -.Op Oo Fl Oc Cm nwid Op Ar id +.Op Oo Fl Oc Cm nwid Ar id .Op Oo Fl Oc Cm nwkey Ar key .Op Oo Fl Oc Cm powersave .Op Cm powersavesleep Ar duration |