summaryrefslogtreecommitdiff
path: root/lib/libc/gen/crypt.3
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-13 13:16:20 +0000
commit08398af3763c9941a3a7593c3cfb49f43f8c42c1 (patch)
tree33a27ecf29c46ac523dc58f206e9e549be926f7f /lib/libc/gen/crypt.3
parent3a946335aeb3e04ddc095b264e45967c1a2e6159 (diff)
Notes
Diffstat (limited to 'lib/libc/gen/crypt.3')
-rw-r--r--lib/libc/gen/crypt.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/crypt.3 b/lib/libc/gen/crypt.3
index 8c09ce458172..0f97a70f1fb4 100644
--- a/lib/libc/gen/crypt.3
+++ b/lib/libc/gen/crypt.3
@@ -42,10 +42,11 @@
.Nm des_cipher
.Nd DES encryption
.Sh SYNOPSIS
+.Fd #include <unistd.h>
.Ft char *
.Fn crypt "const char *key" "const char *setting"
.Ft int
-.Fn setkey "char *key"
+.Fn setkey "const char *key"
.Ft int
.Fn encrypt "char *block" "int flag"
.Ft int