summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/crypt.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2005-05-26 22:10:55 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2005-05-26 22:10:55 +0000
commit01a8ec8b252926b387fe6b2d9cd684ff673922d8 (patch)
treeb482020a9e90c5bf3449f75466ced16ff84a9ebf /lib/libc/crypt/crypt.3
parentd23d74cc74acc1dd630dcd9f58951c4e236dd85c (diff)
sync setkey prototype with reality
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r--lib/libc/crypt/crypt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 2bc03fdd41a..07cbbfcee28 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.23 2005/02/25 03:12:43 cloder Exp $
+.\" $OpenBSD: crypt.3,v 1.24 2005/05/26 22:10:54 millert Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -47,7 +47,7 @@
.Ft char *
.Fn crypt "const char *key" "const char *setting"
.Ft int
-.Fn setkey "char *key"
+.Fn setkey "const char *key"
.Ft int
.Fn encrypt "char *block" "int flag"
.Ft int