diff options
Diffstat (limited to 'src/lib/libc/crypt/crypt.3')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index c38710ac33..ce1db8cae6 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.31 2013/04/21 18:07:32 tedu Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.32 2013/06/05 03:39:22 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -31,7 +31,7 @@ | |||
31 | .\" | 31 | .\" |
32 | .\" Manual page, using -mandoc macros | 32 | .\" Manual page, using -mandoc macros |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: April 21 2013 $ | 34 | .Dd $Mdocdate: June 5 2013 $ |
35 | .Dt CRYPT 3 | 35 | .Dt CRYPT 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -45,11 +45,11 @@ | |||
45 | .Nm md5crypt | 45 | .Nm md5crypt |
46 | .Nd password hashing | 46 | .Nd password hashing |
47 | .Sh SYNOPSIS | 47 | .Sh SYNOPSIS |
48 | .Fd #include <stdlib.h> | 48 | .In stdlib.h |
49 | .Ft int | 49 | .Ft int |
50 | .Fn setkey "const char *key" | 50 | .Fn setkey "const char *key" |
51 | .Pp | 51 | .Pp |
52 | .Fd #include <unistd.h> | 52 | .In unistd.h |
53 | .Ft char * | 53 | .Ft char * |
54 | .Fn crypt "const char *key" "const char *setting" | 54 | .Fn crypt "const char *key" "const char *setting" |
55 | .Ft int | 55 | .Ft int |