summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/crypt/crypt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3
index 36058c7567..8e44c4d517 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.16 2000/04/18 02:31:34 aaron Exp $ 1.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -43,8 +43,8 @@
43.Nd DES encryption 43.Nd DES encryption
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Fd #include <unistd.h> 45.Fd #include <unistd.h>
46.Ft char 46.Ft char *
47.Fn *crypt "const char *key" "const char *setting" 47.Fn crypt "const char *key" "const char *setting"
48.Ft int 48.Ft int
49.Fn setkey "char *key" 49.Fn setkey "char *key"
50.Ft int 50.Ft int