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 32109dfac3..9908750f07 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.21 2003/08/07 00:32:12 deraadt Exp $ 1.\" $OpenBSD: crypt.3,v 1.22 2004/04/06 11:00:32 djm 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 <pwd.h>
45.Fd #include <unistd.h> 46.Fd #include <unistd.h>
46.Ft char * 47.Ft char *
47.Fn crypt "const char *key" "const char *setting" 48.Fn crypt "const char *key" "const char *setting"