From 1996465f32abf814507f6371ba8d294e2fbe187d Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Fri, 5 Jan 2024 22:55:17 +0100 Subject: pam_unix: fix typos in manual page Signed-off-by: Tobias Stoeckmann --- modules/pam_unix/pam_unix.8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/pam_unix') diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index dfc04274..d2cd198f 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -207,7 +207,7 @@ This argument can be used to discourage the authentication component from requesting a delay should the authentication as a whole fail. The default action is for the module to - request a delay-on-failure of the order of two second. + request a delay-on-failure of the order of two seconds. @@ -397,7 +397,7 @@ Set a minimum password length of n - characters. The max. for DES crypt based passwords are 8 + characters. The max. for DES crypt based passwords is 8 characters. @@ -459,7 +459,7 @@ # Authenticate the user auth required pam_unix.so -# Ensure users account and password are still active +# Ensure user's account and password are still active account required pam_unix.so # Change the user's password, but at first check the strength # with pam_passwdqc(8) -- cgit v1.2.3