summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/crypt/crypt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3
index 65750c94bb..3e0e59287b 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.5 1996/12/10 09:06:09 deraadt Exp $ 1.\" $OpenBSD: crypt.3,v 1.6 1997/03/31 02:38:44 deraadt Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -52,7 +52,7 @@
52.Ft int 52.Ft int
53.Fn des_setkey "const char *key" 53.Fn des_setkey "const char *key"
54.Ft int 54.Ft int
55.Fn des_cipher "const char *in" "char *out" "long salt" "int count" 55.Fn des_cipher "const char *in" "char *out" "int32_t salt" "int count"
56.Sh DESCRIPTION 56.Sh DESCRIPTION
57The 57The
58.Fn crypt 58.Fn crypt