diff options
Diffstat (limited to '')
| -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 44361d7622..a79b18020e 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.6 2015/02/11 04:02:23 tedu Exp $ | 1 | .\" $OpenBSD: crypt_checkpass.3,v 1.7 2015/02/11 07:21:10 jmc Exp $ | 
| 2 | .\" | 2 | .\" | 
| 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 
| 4 | .\" | 4 | .\" | 
| @@ -62,12 +62,12 @@ The | |||
| 62 | .Fa pref | 62 | .Fa pref | 
| 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 | 65 | .Bl -tag -width Ds | 
| 66 | .It Dq blowfish,<rounds> | 66 | .It Dq blowfish,<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 | 
| 70 | .Dq a | 70 | .Sq a | 
| 71 | automatically selects rounds based on system performance. | 71 | automatically selects rounds based on system performance. | 
| 72 | .El | 72 | .El | 
| 73 | .Sh RETURN VALUES | 73 | .Sh RETURN VALUES | 
