diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2004-04-13 19:31:21 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2004-04-13 19:31:21 +0000 |
| commit | 722724d1d439898aac0bd9dde0ab45195efb8f40 (patch) | |
| tree | 822f14264e74081ec556ec8cd64a74b5465b9c8f /usr.sbin | |
| parent | 02eb96c8845b1d6c2eeeec4ea813bb8a456d5a46 (diff) | |
Notes
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 a961539f7c49c..00816b1f33f93 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 a961539f7c49c..00816b1f33f93 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" . |
