summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-04-13 19:31:21 +0000
committerfjoe <fjoe@FreeBSD.org>2004-04-13 19:31:21 +0000
commit942f7be747ecf578aee72ff9efbf45221b6ca95e (patch)
tree822f14264e74081ec556ec8cd64a74b5465b9c8f
parent14d6c54105f6b338c831fe5ca613bae46f70be69 (diff)
downloadFreeBSD-src-942f7be747ecf578aee72ff9efbf45221b6ca95e.zip
FreeBSD-src-942f7be747ecf578aee72ff9efbf45221b6ca95e.tar.gz
Fix examples.
-rw-r--r--usr.sbin/arlconfig/arlconfig.84
-rw-r--r--usr.sbin/arlcontrol/arlcontrol.84
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/arlconfig/arlconfig.8 b/usr.sbin/arlconfig/arlconfig.8
index a961539..00816b1 100644
--- a/usr.sbin/arlconfig/arlconfig.8
+++ b/usr.sbin/arlconfig/arlconfig.8
@@ -129,7 +129,7 @@ Also the driver extracts values from ACK packets.
.El
.Sh EXAMPLES
.Bd -literal -offset indent
-arlconfig arl0 country 11 priority hight
+arlconfig arl0 country 11 priority high
arlconfig arl0 quality
arlconfig arl0 stat
arlconfig arl0
@@ -138,7 +138,7 @@ You can configure the Arlan 655 card from /etc/start_if.arl0.
For example:
.Pp
#!/bin/sh
-/sbin/arlconfig arl0 sid 0x000002 freq 2412 spread 2000 mode 640
+/sbin/arlconfig country 9 priority highest
.Sh SEE ALSO
.Xr arl 4 ,
.Xr "Arlan 655 ISA Wireless LAN Client Card User Guide" .
diff --git a/usr.sbin/arlcontrol/arlcontrol.8 b/usr.sbin/arlcontrol/arlcontrol.8
index a961539..00816b1 100644
--- a/usr.sbin/arlcontrol/arlcontrol.8
+++ b/usr.sbin/arlcontrol/arlcontrol.8
@@ -129,7 +129,7 @@ Also the driver extracts values from ACK packets.
.El
.Sh EXAMPLES
.Bd -literal -offset indent
-arlconfig arl0 country 11 priority hight
+arlconfig arl0 country 11 priority high
arlconfig arl0 quality
arlconfig arl0 stat
arlconfig arl0
@@ -138,7 +138,7 @@ You can configure the Arlan 655 card from /etc/start_if.arl0.
For example:
.Pp
#!/bin/sh
-/sbin/arlconfig arl0 sid 0x000002 freq 2412 spread 2000 mode 640
+/sbin/arlconfig country 9 priority highest
.Sh SEE ALSO
.Xr arl 4 ,
.Xr "Arlan 655 ISA Wireless LAN Client Card User Guide" .
OpenPOWER on IntegriCloud