diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-26 12:48:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-26 12:48:36 +0000 |
commit | a2b7d443bbe095a0bc30618197900dfdbf4c4c19 (patch) | |
tree | 99d151cb44395a9f37b7afba44a626491cc6b37d /lib/libc/crypt | |
parent | 72a4ecbb8c5bf64a921bd200fae97e7a24624af3 (diff) |
wording/grammar tweaks;
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index e3a3da04fa3..443c2c835e1 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.17 2006/07/26 12:45:53 jmc Exp $ +.\" $OpenBSD: blowfish.3,v 1.18 2006/07/26 12:48:35 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -103,12 +103,13 @@ The functions .Fn Blowfish_initstate , .Fn Blowfish_expand0state , .Fn Blowfish_expandstate , -.Fn Blowfish_encipher +.Fn Blowfish_encipher , and .Fn Blowfish_decipher are used for customization of the .Em Blowfish -cipher, e.g., for the blowfish password hashing function. +cipher, +for example for the blowfish password hashing function. .Sh SEE ALSO .Xr passwd 1 , .Xr crypt 3 , |