diff options
author | 1996-08-07 18:40:26 +0000 | |
---|---|---|
committer | 1996-08-07 18:40:26 +0000 | |
commit | 9ed24ad198c2bc2d6447ed889ef03facbb2b1250 (patch) | |
tree | 6da0adfb18d5b0e538c398a739b397fff02d875d /lib/libc/crypt/crypt.3 | |
parent | seed rresvport() for aux channel with a known taken port; do not ask for (diff) | |
download | wireguard-openbsd-9ed24ad198c2bc2d6447ed889ef03facbb2b1250.tar.xz wireguard-openbsd-9ed24ad198c2bc2d6447ed889ef03facbb2b1250.zip |
Document where the prototypes are.
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index e08f6595e2e..794431c8097 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.2 1996/06/03 22:20:34 niklas Exp $ +.\" $OpenBSD: crypt.3,v 1.3 1996/08/07 18:40:26 downsj Exp $ .\" .\" FreeSec: libcrypt .\" @@ -42,6 +42,7 @@ .Nm des_cipher , .Nd DES encryption .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft char .Fn *crypt "const char *key" "const char *setting" .Ft int |