summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-07-22 06:39:54 +0000
committerjmc <jmc@openbsd.org>2017-07-22 06:39:54 +0000
commit36349f12f707bfa1e3d2c1bcb63a3f28d87b9bc0 (patch)
treeb6a9136b87100ac41c6db77ba3e4e1e66b901100 /lib/libc
parentrework the page a bit, clarify a few things, maybe better wording (diff)
downloadwireguard-openbsd-36349f12f707bfa1e3d2c1bcb63a3f28d87b9bc0.tar.xz
wireguard-openbsd-36349f12f707bfa1e3d2c1bcb63a3f28d87b9bc0.zip
zap trailing whitespace;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/crypt/crypt_checkpass.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt_checkpass.3 b/lib/libc/crypt/crypt_checkpass.3
index 9da5b984dc3..15642156b60 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.10 2017/07/22 03:23:48 tedu Exp $
+.\" $OpenBSD: crypt_checkpass.3,v 1.11 2017/07/22 06:39:54 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -70,7 +70,7 @@ Possible values are:
.It Dq bcrypt,<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.
-If rounds is omitted or the special value
+If rounds is omitted or the special value
.Sq a ,
an appropriate number of rounds is automatically selected based on system
performance.