diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-21 15:52:09 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-21 15:52:09 +0000 |
commit | eedbb2292dc3c857dbb7e08c1304a294f86fda7b (patch) | |
tree | 886357f4a283308d0537b0a374cfd06dd15d6108 | |
parent | 1c79d3b7434096e9030c48a31bc7db042a4249a9 (diff) |
Speak English please.
-rw-r--r-- | sbin/wicontrol/wicontrol.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index 02f3b58c5ae..fdeeaab33d5 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.33 2002/04/11 20:36:40 millert Exp $ +.\" $OpenBSD: wicontrol.8,v 1.34 2002/04/21 15:52:08 millert Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -129,8 +129,8 @@ or 10 hexadecimal digits. For WaveLAN Gold cards, the key can be up to 104 bits, which means the key can be specified as either a 13-character text string or 26 hexadecimal digits. -The key will be combined with the 24-bit IV to consist the seed -for RC4 in either case. +Either way, the key will be concatenated with a 24-bit IV to generate +the seed for RC4. .It Fl T Ar 1|2|3|4 Specify which of the four WEP encryption keys will be used to encrypt transmitted packets. |