summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-06 01:17:59 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-06 01:17:59 +0000
commit0be3a10c91aadfe79404ade116c7828f03eb6354 (patch)
treeafdd9d40d26a997a57d8c4bc7ad6c3f0338012e2
parent8d6ca77c4c7b5b8f1dbf181f01fcdead16be4e91 (diff)
Notes
-rw-r--r--secure/lib/libcipher/cipher.33
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3
index d361dd3a92f7..a8dfab33f3b3 100644
--- a/secure/lib/libcipher/cipher.3
+++ b/secure/lib/libcipher/cipher.3
@@ -43,8 +43,9 @@
.Sh LIBRARY
.Lb libcipher
.Sh SYNOPSIS
+.Fd #include <unistd.h>
.Ft int
-.Fn setkey "char *key"
+.Fn setkey "const char *key"
.Ft int
.Fn encrypt "char *block" "int flag"
.Ft int