summaryrefslogtreecommitdiff
path: root/sbin/wicontrol
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-16 02:56:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-16 02:56:58 +0000
commit9820c70e81e5a4573ba2dd0734d46d425cdfe521 (patch)
tree7c6b9c5a3fd279c0dfeed969fd6bfffd1589aae0 /sbin/wicontrol
parent7289697672c6056dbd68966b241ca89125436d60 (diff)
non-working awi driver; someone finish it
Diffstat (limited to 'sbin/wicontrol')
-rw-r--r--sbin/wicontrol/wicontrol.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8
index e73a8e62df2..51018373f0a 100644
--- a/sbin/wicontrol/wicontrol.8
+++ b/sbin/wicontrol/wicontrol.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wicontrol.8,v 1.3 1999/11/05 04:23:08 angelos Exp $
+.\" $OpenBSD: wicontrol.8,v 1.4 1999/12/16 02:56:55 deraadt Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved.
@@ -73,7 +73,9 @@ The
command controls the operation of WaveLAN/IEEE wireless networking
devices via the
.Xr wi 4
-driver. Most of the parameters that can be changed relate to the
+and
+.Xr awi 4
+drivers. Most of the parameters that can be changed relate to the
IEEE 802.11 protocol which the WaveLAN implements. This includes
the station name, whether the station is operating in ad-hoc (point
to point) or BSS (service set) mode, and the network name of a service
@@ -93,7 +95,7 @@ The options are as follows:
.Bl -tag -width Fl
.It Fl i Ar iface Op Fl o
Display the current settings of the specified WaveLAN/IEEE interface.
-This retrives the current card settings from the driver and prints them
+This retrieves the current card settings from the driver and prints them
out. Using the additional
.Fl o
flag will cause
@@ -238,6 +240,7 @@ The
is specified in milliseconds. The default is 100.
.El
.Sh SEE ALSO
+.Xr awi 4 ,
.Xr wi 4 ,
.Xr ifconfig 8
.Sh HISTORY