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