diff options
author | brooks <brooks@FreeBSD.org> | 2001-06-26 00:12:58 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-06-26 00:12:58 +0000 |
commit | 10ed2459c3808d44881f969bab337e51692baca1 (patch) | |
tree | f1ed23a7276ed088c497a1aff8ae70747a652ec6 /usr.sbin/wicontrol/wicontrol.8 | |
parent | 0de02e9c21d182c5294eef5a4e058b460fa6419e (diff) | |
download | FreeBSD-src-10ed2459c3808d44881f969bab337e51692baca1.zip FreeBSD-src-10ed2459c3808d44881f969bab337e51692baca1.tar.gz |
Actually implement -a as documented since import (set access point density).
Remove documentation for short-lived usage as "print keys in ASCII."
PR: bin/21803
MFC after: 1 week
Diffstat (limited to 'usr.sbin/wicontrol/wicontrol.8')
-rw-r--r-- | usr.sbin/wicontrol/wicontrol.8 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index 8c1301d..a1e757d 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -38,7 +38,7 @@ .Nd configure WaveLAN/IEEE devices .Sh SYNOPSIS .Nm -.Fl i Ar iface Op Fl oa +.Fl i Ar iface Op Fl o .Nm .Fl i Ar iface Fl t Ar tx rate .Nm @@ -106,7 +106,7 @@ as default. .Sh OPTIONS The options are as follows: .Bl -tag -width Fl -.It Fl i Ar iface Op Fl oa +.It Fl i Ar iface Op Fl o Display the current settings of the specified WaveLAN/IEEE interface. This retrieves the current card settings from the driver and prints them out. @@ -114,12 +114,7 @@ Using the additional .Fl o flag will cause .Nm -to print out the statistics counters instead of the card settings. Using -the additional -.Fl a -flag will cause -.Nm -to print out encryption keys as ascii characters instead of in hex. +to print out the statistics counters instead of the card settings. Encryption keys are only displayed if wicontrol is run as root. .It Fl i Ar iface Fl t Ar tx rate Set the transmit rate of the specified interface. |