summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/crypt/crypt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3
index e08f6595e2..794431c809 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.2 1996/06/03 22:20:34 niklas Exp $ 1.\" $OpenBSD: crypt.3,v 1.3 1996/08/07 18:40:26 downsj Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -42,6 +42,7 @@
42.Nm des_cipher , 42.Nm des_cipher ,
43.Nd DES encryption 43.Nd DES encryption
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Fd #include <unistd.h>
45.Ft char 46.Ft char
46.Fn *crypt "const char *key" "const char *setting" 47.Fn *crypt "const char *key" "const char *setting"
47.Ft int 48.Ft int