diff options
author | jmc <> | 2006-07-26 12:48:35 +0000 |
---|---|---|
committer | jmc <> | 2006-07-26 12:48:35 +0000 |
commit | 82b7755dab3376a0424a3c8560381f09dda19d70 (patch) | |
tree | 08d2a6a5b77f616d697e24024dcc225f749b0391 /src/lib/libc/crypt | |
parent | 71567ea4455e94170489d223406074cdc40ce81b (diff) | |
download | openbsd-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.3 | 7 |
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 , |
107 | and | 107 | and |
108 | .Fn Blowfish_decipher | 108 | .Fn Blowfish_decipher |
109 | are used for customization of the | 109 | are used for customization of the |
110 | .Em Blowfish | 110 | .Em Blowfish |
111 | cipher, e.g., for the blowfish password hashing function. | 111 | cipher, |
112 | for 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 , |