diff options
author | brueffer <brueffer@FreeBSD.org> | 2005-06-13 15:49:59 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2005-06-13 15:49:59 +0000 |
commit | 381a0db2e319ad49128676b4c6cd91d2f88426b8 (patch) | |
tree | 6f1535174b42fa43a64b5cf13d490def09460f40 /sbin | |
parent | 1f41c199ed43958d651ab28f1b1a28dbd73ac453 (diff) | |
download | FreeBSD-src-381a0db2e319ad49128676b4c6cd91d2f88426b8.zip FreeBSD-src-381a0db2e319ad49128676b4c6cd91d2f88426b8.tar.gz |
It's spelled 'preceded' of course.
Submitted by: David Adam <zanchey@ucc.gu.uwa.edu.au>
Pointy hat to: brueffer
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 8f2e51b..0e5b532 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -738,7 +738,7 @@ Not all adaptors support setting the RTS threshold. Set the desired Service Set Identifier (aka network name). The SSID is a string up to 32 characters in length and may be specified as either a normal string or in -hexadecimal when preceeded by +hexadecimal when preceded by .Ql 0x . Additionally, the SSID may be cleared by setting it to .Ql - . @@ -794,7 +794,7 @@ A WEP key will be either 5 or 13 characters (40 or 104 bits) depending of the local network and the capabilities of the adaptor. It may be specified either as a plain -string or as a string of hexadecimal digits preceeded by +string or as a string of hexadecimal digits preceded by .Ql 0x . For maximum portability, hex keys are recommended; the mapping of text keys to WEP encryption is usually driver-specific. |