diff options
author | 2002-04-21 15:52:08 +0000 | |
---|---|---|
committer | 2002-04-21 15:52:08 +0000 | |
commit | fe8a288d3876df9135dbee7cd1e644ff8180987f (patch) | |
tree | e6a4a9f840b0e4c72609bfa0fca30888ce454e98 | |
parent | simpler manpage generation, using make's features. (diff) | |
download | wireguard-openbsd-fe8a288d3876df9135dbee7cd1e644ff8180987f.tar.xz wireguard-openbsd-fe8a288d3876df9135dbee7cd1e644ff8180987f.zip |
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. |