diff options
author | jmc <> | 2015-02-11 07:21:10 +0000 |
---|---|---|
committer | jmc <> | 2015-02-11 07:21:10 +0000 |
commit | caffbd045e0fa106f782ed681d31cec4b6952670 (patch) | |
tree | fdbb50a924367573b3b0d0886ea2b8551e717f67 | |
parent | 53b67cf53ae755b09e315a3bd30e87b66c4ea769 (diff) | |
download | openbsd-caffbd045e0fa106f782ed681d31cec4b6952670.tar.gz openbsd-caffbd045e0fa106f782ed681d31cec4b6952670.tar.bz2 openbsd-caffbd045e0fa106f782ed681d31cec4b6952670.zip |
use a width specifier for lists, and Sq rather than Dq for single letters
to avoid swamping it;
-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 |