diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-04-13 19:31:21 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-04-13 19:31:21 +0000 |
commit | 942f7be747ecf578aee72ff9efbf45221b6ca95e (patch) | |
tree | 822f14264e74081ec556ec8cd64a74b5465b9c8f /usr.sbin | |
parent | 14d6c54105f6b338c831fe5ca613bae46f70be69 (diff) | |
download | FreeBSD-src-942f7be747ecf578aee72ff9efbf45221b6ca95e.zip FreeBSD-src-942f7be747ecf578aee72ff9efbf45221b6ca95e.tar.gz |
Fix examples.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/arlconfig/arlconfig.8 | 4 | ||||
-rw-r--r-- | usr.sbin/arlcontrol/arlcontrol.8 | 4 |
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" . |