From 2405afa2f019e4409b52396cdf62383b1440a165 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 30 May 2016 12:06:46 +0200 Subject: Correct the examples in pam_fail_delay(3) man page. doc/man/pam_fail_delay.3.xml: Correct the examples. --- doc/man/pam_fail_delay.3.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/pam_fail_delay.3.xml') 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); 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. @@ -150,7 +150,7 @@ module #2: pam_fail_delay (pamh, 4000000); 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. -- cgit v1.2.3