summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2016-05-30 12:06:46 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2016-05-30 12:06:46 +0200
commit2405afa2f019e4409b52396cdf62383b1440a165 (patch)
tree2dbfdf216d549c59f54b8f647788cb8b1569ec7f
parent9f26c65fb1009c51dbc53d8b590041d81e60809b (diff)
Correct the examples in pam_fail_delay(3) man page.
doc/man/pam_fail_delay.3.xml: Correct the examples.
-rw-r--r--doc/man/pam_fail_delay.3.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pam_fail_delay.3.xml b/doc/man/pam_fail_delay.3.xml
index 392298a4..46d89be0 100644
--- a/doc/man/pam_fail_delay.3.xml
+++ b/doc/man/pam_fail_delay.3.xml
@@ -135,7 +135,7 @@ void (*delay_fn)(int retval, unsigned usec_delay, void *appdata_ptr);
<para>
if the modules do not request a delay, the failure delay will be
- between 2.25 and 3.75 seconds.
+ between 1.5 and 4.5 seconds.
</para>
<para>
@@ -150,7 +150,7 @@ module #2: pam_fail_delay (pamh, 4000000);
<para>
in this case, it is the largest requested value that is used to
- compute the actual failed delay: here between 3 and 5 seconds.
+ compute the actual failed delay: here between 2 and 6 seconds.
</para>
</refsect1>