diff options
author | jmc <> | 2017-07-22 06:39:54 +0000 |
---|---|---|
committer | jmc <> | 2017-07-22 06:39:54 +0000 |
commit | 6adbb1bdd882a76ebb11f5cd35da291c9467b702 (patch) | |
tree | dfe6f4664ecf5e4893d0b484888eb9244e862dfc /src/lib/libc/crypt | |
parent | fcfad53440247865e3427f6a7a1c8eec6616030c (diff) | |
download | openbsd-6adbb1bdd882a76ebb11f5cd35da291c9467b702.tar.gz openbsd-6adbb1bdd882a76ebb11f5cd35da291c9467b702.tar.bz2 openbsd-6adbb1bdd882a76ebb11f5cd35da291c9467b702.zip |
zap trailing whitespace;
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/crypt_checkpass.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt_checkpass.3 b/src/lib/libc/crypt/crypt_checkpass.3 index 9da5b984dc..15642156b6 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.10 2017/07/22 03:23:48 tedu Exp $ | 1 | .\" $OpenBSD: crypt_checkpass.3,v 1.11 2017/07/22 06:39:54 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -70,7 +70,7 @@ Possible values are: | |||
70 | .It Dq bcrypt,<rounds> | 70 | .It Dq bcrypt,<rounds> |
71 | The bcrypt algorithm, where the value of rounds can be between 4 and 31 and | 71 | The bcrypt algorithm, where the value of rounds can be between 4 and 31 and |
72 | specifies the base 2 logarithm of the number of rounds. | 72 | specifies the base 2 logarithm of the number of rounds. |
73 | If rounds is omitted or the special value | 73 | If rounds is omitted or the special value |
74 | .Sq a , | 74 | .Sq a , |
75 | an appropriate number of rounds is automatically selected based on system | 75 | an appropriate number of rounds is automatically selected based on system |
76 | performance. | 76 | performance. |