summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorjmc <>2006-07-26 12:48:35 +0000
committerjmc <>2006-07-26 12:48:35 +0000
commit82b7755dab3376a0424a3c8560381f09dda19d70 (patch)
tree08d2a6a5b77f616d697e24024dcc225f749b0391 /src/lib/libc/crypt
parent71567ea4455e94170489d223406074cdc40ce81b (diff)
downloadopenbsd-82b7755dab3376a0424a3c8560381f09dda19d70.tar.gz
openbsd-82b7755dab3376a0424a3c8560381f09dda19d70.tar.bz2
openbsd-82b7755dab3376a0424a3c8560381f09dda19d70.zip
wording/grammar tweaks;
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/blowfish.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index e3a3da04fa..443c2c835e 100644
--- a/src/lib/libc/crypt/blowfish.3
+++ b/src/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: blowfish.3,v 1.17 2006/07/26 12:45:53 jmc Exp $ 1.\" $OpenBSD: blowfish.3,v 1.18 2006/07/26 12:48:35 jmc Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -103,12 +103,13 @@ The functions
103.Fn Blowfish_initstate , 103.Fn Blowfish_initstate ,
104.Fn Blowfish_expand0state , 104.Fn Blowfish_expand0state ,
105.Fn Blowfish_expandstate , 105.Fn Blowfish_expandstate ,
106.Fn Blowfish_encipher 106.Fn Blowfish_encipher ,
107and 107and
108.Fn Blowfish_decipher 108.Fn Blowfish_decipher
109are used for customization of the 109are used for customization of the
110.Em Blowfish 110.Em Blowfish
111cipher, e.g., for the blowfish password hashing function. 111cipher,
112for example for the blowfish password hashing function.
112.Sh SEE ALSO 113.Sh SEE ALSO
113.Xr passwd 1 , 114.Xr passwd 1 ,
114.Xr crypt 3 , 115.Xr crypt 3 ,