summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorjmc <>2017-07-22 06:39:54 +0000
committerjmc <>2017-07-22 06:39:54 +0000
commit6adbb1bdd882a76ebb11f5cd35da291c9467b702 (patch)
treedfe6f4664ecf5e4893d0b484888eb9244e862dfc /src/lib/libc/crypt
parentfcfad53440247865e3427f6a7a1c8eec6616030c (diff)
downloadopenbsd-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.34
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>
71The bcrypt algorithm, where the value of rounds can be between 4 and 31 and 71The bcrypt algorithm, where the value of rounds can be between 4 and 31 and
72specifies the base 2 logarithm of the number of rounds. 72specifies the base 2 logarithm of the number of rounds.
73If rounds is omitted or the special value 73If rounds is omitted or the special value
74.Sq a , 74.Sq a ,
75an appropriate number of rounds is automatically selected based on system 75an appropriate number of rounds is automatically selected based on system
76performance. 76performance.