summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorjmc <>2014-11-21 12:52:54 +0000
committerjmc <>2014-11-21 12:52:54 +0000
commitbc975ce9749c460b893e6ae2af6fb38bc7573720 (patch)
treef274bdad91650ffe64f14756bb64203cad468835 /src/lib/libc/crypt
parent0163a602aa2fc84c99ddc9f8e30827ee8d7db570 (diff)
downloadopenbsd-bc975ce9749c460b893e6ae2af6fb38bc7573720.tar.gz
openbsd-bc975ce9749c460b893e6ae2af6fb38bc7573720.tar.bz2
openbsd-bc975ce9749c460b893e6ae2af6fb38bc7573720.zip
space needed between macro args and punctuation;
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/crypt_checkpass.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt_checkpass.3 b/src/lib/libc/crypt/crypt_checkpass.3
index 0c9b673fba..fd60523502 100644
--- a/src/lib/libc/crypt/crypt_checkpass.3
+++ b/src/lib/libc/crypt/crypt_checkpass.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypt_checkpass.3,v 1.3 2014/11/21 12:44:18 schwarze Exp $ 1.\" $OpenBSD: crypt_checkpass.3,v 1.4 2014/11/21 12:52:54 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -35,7 +35,7 @@ If both the hash and the password are the empty string, authentication
35is a success. 35is a success.
36Otherwise, the password is hashed and compared to the provided hash. 36Otherwise, the password is hashed and compared to the provided hash.
37If the hash is 37If the hash is
38.Dv NULL, 38.Dv NULL ,
39authentication will always fail, but a default 39authentication will always fail, but a default
40amount of work is performed to simulate the hashing operation. 40amount of work is performed to simulate the hashing operation.
41A successful match will return 0. 41A successful match will return 0.