summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r--lib/libc/crypt/crypt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 36058c75671..8e44c4d5176 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.16 2000/04/18 02:31:34 aaron Exp $
+.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -43,8 +43,8 @@
.Nd DES encryption
.Sh SYNOPSIS
.Fd #include <unistd.h>
-.Ft char
-.Fn *crypt "const char *key" "const char *setting"
+.Ft char *
+.Fn crypt "const char *key" "const char *setting"
.Ft int
.Fn setkey "char *key"
.Ft int