summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-04-16 17:27:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-04-16 17:27:55 +0000
commitc257d1252aa088da82103c7952e3c42933d743da (patch)
tree27b7f0fd99ae1d410dd9f94f32f27e3253a4b9a8 /sbin
parent9857837776ff857024e83e50cac9ffc65d2a94c1 (diff)
pass-phrase -> passphrase, in keeping with the rest of the docs;
Diffstat (limited to 'sbin')
-rw-r--r--sbin/wpa-psk/wpa-psk.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/wpa-psk/wpa-psk.8 b/sbin/wpa-psk/wpa-psk.8
index 054a2c8f39c..c4d1ca9f6e1 100644
--- a/sbin/wpa-psk/wpa-psk.8
+++ b/sbin/wpa-psk/wpa-psk.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wpa-psk.8,v 1.1 2008/04/15 16:29:05 damien Exp $
+.\" $OpenBSD: wpa-psk.8,v 1.2 2008/04/16 17:27:54 jmc Exp $
.\"
.\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 15 2008 $
+.Dd $Mdocdate: April 16 2008 $
.Os
.Dt WPA-PSK 8
.Sh NAME
.Nm wpa-psk
-.Nd pass-phrase to WPA pre-shared key mapping
+.Nd passphrase to WPA pre-shared key mapping
.Sh SYNOPSIS
.Nm
.Ar ssid
@@ -27,8 +27,8 @@
.Sh DESCRIPTION
.Nm
generates a 256-bit pre-shared key from a service set identifier (SSID) and
-a pass-phrase.
-The pass-phrase must be a sequence of between 8 and 63 ASCII-encoded
+a passphrase.
+The passphrase must be a sequence of between 8 and 63 ASCII-encoded
characters.
The length of the SSID must be between 1 and 32 octets.
.Pp
@@ -54,7 +54,7 @@ option.
To generate the pre-shared key,
.Nm
uses the Password-Based Key Derivation Function 2 (PBKDF2).
-The pass-phrase is hashed 4096 times using HMAC-SHA1.
+The passphrase is hashed 4096 times using HMAC-SHA1.
.Sh SEE ALSO
.Xr ifconfig 8
.Rs