diff options
Diffstat (limited to 'src/lib/libc/crypt/crypt.3')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 09d1691b5a..95eb8c156d 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt.3,v 1.37 2014/05/16 21:34:48 tedu Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.38 2014/05/16 22:11:00 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -36,6 +36,7 @@ | |||
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
38 | .Nm crypt , | 38 | .Nm crypt , |
39 | .Nm crypt_checkpass , | ||
39 | .Nm setkey , | 40 | .Nm setkey , |
40 | .Nm encrypt , | 41 | .Nm encrypt , |
41 | .Nm des_setkey , | 42 | .Nm des_setkey , |
@@ -100,7 +101,7 @@ Otherwise, the password is hashed and compared to the provided hash. | |||
100 | If the hash is NULL, authentication will always fail, but a default | 101 | If the hash is NULL, authentication will always fail, but a default |
101 | amount of work is performed to simulate the hashing operation. | 102 | amount of work is performed to simulate the hashing operation. |
102 | A successful match will return 0. | 103 | A successful match will return 0. |
103 | A failure will return -1 and set errno. | 104 | A failure will return \-1 and set errno. |
104 | .Ss Extended crypt | 105 | .Ss Extended crypt |
105 | The | 106 | The |
106 | .Ar key | 107 | .Ar key |