diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-28 07:00:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-28 07:00:20 +0000 |
commit | 16c4367694e71f24f65e5cf22ef7fbe55b61ba9e (patch) | |
tree | 3fa489e377f70d1b731200e1123540b1ea153e11 /lib/libc/crypt | |
parent | 98363cfe267a79448a1b20a9044ebb68410101e9 (diff) |
type decl error
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 6 |
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 |