summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-08-13 19:50:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-08-13 19:50:56 +0000
commitb9deecac5e25dd37511c29ceffc655a8836030fd (patch)
treee9b50e1f57af25076fc6a02289487f129eccd802 /lib
parentd06ea8d6af646f586c211f6a363f1977dfd32d09 (diff)
function is named int des_string_to_2key, not int des_string_to_2keys;
from Alan R. S. Bueno
Diffstat (limited to 'lib')
-rw-r--r--lib/libdes/des_crypt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/des_crypt.3 b/lib/libdes/des_crypt.3
index 2bd7a6e6719..08259805906 100644
--- a/lib/libdes/des_crypt.3
+++ b/lib/libdes/des_crypt.3
@@ -87,7 +87,7 @@ int verify;
char *str;
des_cblock *key;
.PP
-.B int des_string_to_2keys(str,key1,key2)
+.B int des_string_to_2key(str,key1,key2)
char *str;
des_cblock *key1,*key2;
.PP