Hex strings are _pre_ceeded by 0x, not _pro_ceeded.

PR:		82187
Submitted by:	Anthony Rogers <anthony.j.rogers@gmail.com>
Approved by:	re (blanket)
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2005-06-13 07:55:15 +00:00
parent b930d85380
commit 3e3a17bb92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147333

View File

@ -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 proceeded by
hexadecimal when preceeded 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 proceeded by
string or as a string of hexadecimal digits preceeded by
.Ql 0x .
For maximum portability, hex keys are recommended;
the mapping of text keys to WEP encryption is usually driver-specific.