diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-23 22:20:03 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-07-23 22:20:03 +0000 |
commit | 1de2d099333b381454678c7d966a46164d7578cf (patch) | |
tree | 384db313d82f109b1310c250782223bc62a78a5c /lib/libc/crypt/crypt_checkpass.3 | |
parent | c0a16205f81eae5a687f01ee5742e3da7330b701 (diff) |
call it bcrypt in the man page too
Diffstat (limited to 'lib/libc/crypt/crypt_checkpass.3')
-rw-r--r-- | lib/libc/crypt/crypt_checkpass.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3 index 00f3b77ab0b..5786c25a3a8 100644 --- a/lib/libc/crypt/crypt_checkpass.3 +++ b/lib/libc/crypt/crypt_checkpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt_checkpass.3,v 1.8 2015/02/24 19:22:12 tedu Exp $ +.\" $OpenBSD: crypt_checkpass.3,v 1.9 2015/07/23 22:20:02 tedu Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 24 2015 $ +.Dd $Mdocdate: July 23 2015 $ .Dt CRYPT_CHECKPASS 3 .Os .Sh NAME @@ -63,7 +63,7 @@ The argument identifies the preferred hashing algorithm and parameters. Possible values are: .Bl -tag -width Ds -.It Dq blowfish,<rounds> +.It Dq bcrypt,<rounds> The bcrypt algorithm, where the value of rounds can be between 4 and 31 and specifies the base 2 logarithm of the number of rounds. The special rounds value |