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') 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 From a6bace7cc0f1a6b71abbaecd477c0db3a6578cc3 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 6 Sep 2017 14:38:52 +0200 Subject: Workaround formatting problem in pam(8) * doc/man/pam.8.xml: Workaround formatting problem. --- doc/man/pam.8.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/man') diff --git a/doc/man/pam.8.xml b/doc/man/pam.8.xml index d36baae8..9839defb 100644 --- a/doc/man/pam.8.xml +++ b/doc/man/pam.8.xml @@ -48,8 +48,7 @@ can be set by individual configuration files located in the /etc/pam.d/ directory. The presence of this directory will cause Linux-PAM to - ignore - /etc/pam.conf. + ignore /etc/pam.conf. -- cgit v1.2.3 From e5890c764fe7be2fd48f76a2ea3593954ca4d797 Mon Sep 17 00:00:00 2001 From: Joey Chagnon Date: Tue, 10 Apr 2018 15:40:58 +0000 Subject: Fix missing word in documentation. * doc/man/pam_get_user.3.xml: Fix it. --- doc/man/pam_get_user.3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man') diff --git a/doc/man/pam_get_user.3.xml b/doc/man/pam_get_user.3.xml index 9c5830e9..16ef5483 100644 --- a/doc/man/pam_get_user.3.xml +++ b/doc/man/pam_get_user.3.xml @@ -42,7 +42,7 @@ name of the user specified by pam_start3 - . If no user was specified it what + . If no user was specified it returns what pam_get_item (pamh, PAM_USER, ... ); would have returned. If this is NULL it obtains the username via the -- cgit v1.2.3