diff options
author | 2015-02-11 07:21:10 +0000 | |
---|---|---|
committer | 2015-02-11 07:21:10 +0000 | |
commit | 0fc8d9087b5812d58b8f719765ad7d078a0e282b (patch) | |
tree | a327db9ab0aaba9f43509fad36c945aa9db2d6df /lib/libc | |
parent | include extended capabilities in ahci debug output (diff) | |
download | wireguard-openbsd-0fc8d9087b5812d58b8f719765ad7d078a0e282b.tar.xz wireguard-openbsd-0fc8d9087b5812d58b8f719765ad7d078a0e282b.zip |
use a width specifier for lists, and Sq rather than Dq for single letters
to avoid swamping it;
Diffstat (limited to 'lib/libc')
-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 44361d76221..a79b18020e4 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.6 2015/02/11 04:02:23 tedu Exp $ +.\" $OpenBSD: crypt_checkpass.3,v 1.7 2015/02/11 07:21:10 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" @@ -62,12 +62,12 @@ The .Fa pref argument identifies the preferred hashing algorithm and parameters. Possible values are: -.Bl -tag +.Bl -tag -width Ds .It Dq blowfish,<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 -.Dq a +.Sq a automatically selects rounds based on system performance. .El .Sh RETURN VALUES |