diff options
author | bde <bde@FreeBSD.org> | 2000-01-13 10:21:25 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-13 10:21:25 +0000 |
commit | f3d41d655ed4904507b7ca9259ec9b9a8d5ef9c0 (patch) | |
tree | e9fe47430152f884d11cabf41a2c830dbe9870f5 /lib/libcrypt | |
parent | ae64ffb5885fca12f576d7f037eec5114b3087d6 (diff) | |
download | FreeBSD-src-f3d41d655ed4904507b7ca9259ec9b9a8d5ef9c0.zip FreeBSD-src-f3d41d655ed4904507b7ca9259ec9b9a8d5ef9c0.tar.gz |
Fixed missing include in synopsis.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/crypt.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index 41c36c3..8fc6da2 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -38,6 +38,7 @@ .Nm crypt .Nd Trapdoor encryption .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft char * .Fn crypt "const char *key" "const char *salt" .Sh DESCRIPTION |