summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt/crypt_checkpass.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-11-21 12:52:54 +0000
committerjmc <jmc@openbsd.org>2014-11-21 12:52:54 +0000
commitdce13ebbe227ffedf92ead8c6c336f560b73995f (patch)
tree72bff07501a319f7577d377e749da02de77ecbf5 /lib/libc/crypt/crypt_checkpass.3
parentadd ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; (diff)
downloadwireguard-openbsd-dce13ebbe227ffedf92ead8c6c336f560b73995f.tar.xz
wireguard-openbsd-dce13ebbe227ffedf92ead8c6c336f560b73995f.zip
space needed between macro args and punctuation;
Diffstat (limited to 'lib/libc/crypt/crypt_checkpass.3')
-rw-r--r--lib/libc/crypt/crypt_checkpass.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3
index 0c9b673fbab..fd60523502e 100644
--- a/lib/libc/crypt/crypt_checkpass.3
+++ b/lib/libc/crypt/crypt_checkpass.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt_checkpass.3,v 1.3 2014/11/21 12:44:18 schwarze Exp $
+.\" $OpenBSD: crypt_checkpass.3,v 1.4 2014/11/21 12:52:54 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -35,7 +35,7 @@ If both the hash and the password are the empty string, authentication
is a success.
Otherwise, the password is hashed and compared to the provided hash.
If the hash is
-.Dv NULL,
+.Dv NULL ,
authentication will always fail, but a default
amount of work is performed to simulate the hashing operation.
A successful match will return 0.