summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.