diff options
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index a1912f8a453..636e49d1060 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.39 2014/11/17 16:47:28 tedu Exp $ +.\" $OpenBSD: crypt.3,v 1.40 2014/11/18 22:17:50 jmc Exp $ .\" .\" FreeSec: libcrypt .\" @@ -31,12 +31,13 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: November 17 2014 $ +.Dd $Mdocdate: November 18 2014 $ .Dt CRYPT 3 .Os .Sh NAME .Nm crypt , .Nm crypt_checkpass , +.Nm crypt_newhash , .Nm setkey , .Nm encrypt , .Nm des_setkey , |