summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secure/lib/libcipher/cipher.37
1 files changed, 5 insertions, 2 deletions
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3
index a534fd77ce77..a8dfab33f3b3 100644
--- a/secure/lib/libcipher/cipher.3
+++ b/secure/lib/libcipher/cipher.3
@@ -38,11 +38,14 @@
.Nm setkey ,
.Nm encrypt ,
.Nm des_setkey ,
-.Nm des_cipher ,
+.Nm des_cipher
.Nd DES encryption
+.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