diff options
author | 2015-02-09 09:44:26 +0000 | |
---|---|---|
committer | 2015-02-09 09:44:26 +0000 | |
commit | 547d2a111c7f3f3be336ef7439b497486a494bd7 (patch) | |
tree | 176f141cdd07da915e362e5b1ee4b757f8b8816e | |
parent | Stop using USRSTACK as the edge of the stack, but rather use the vmspace (diff) | |
download | wireguard-openbsd-547d2a111c7f3f3be336ef7439b497486a494bd7.tar.xz wireguard-openbsd-547d2a111c7f3f3be336ef7439b497486a494bd7.zip |
document that WEP is supported
-rw-r--r-- | share/man/man4/iwm.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index 49ebc3d8e9e..71de2cbb63e 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.2 2015/02/06 23:46:30 sthen Exp $ +.\" $OpenBSD: iwm.4,v 1.3 2015/02/09 09:44:26 phessler Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 6 2015 $ +.Dd $Mdocdate: February 9 2015 $ .Dt IWM 4 .Os .Sh NAME @@ -51,13 +51,13 @@ which all traffic passes. The .Nm driver can be configured to use -.\" Wired Equivalent Privacy (WEP) or +Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). WPA is the current encryption standard for wireless networks. -.\" It is strongly recommended that WEP -.\" not be used as the sole mechanism -.\" to secure wireless communication, -.\" due to serious weaknesses in it. +It is strongly recommended that WEP +not be used as the sole mechanism +to secure wireless communication, +due to serious weaknesses in it. .Pp The .Nm |