diff options
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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. </para> </listitem> </varlistentry> @@ -397,7 +397,7 @@ <listitem> <para> Set a minimum password length of <replaceable>n</replaceable> - characters. The max. for DES crypt based passwords are 8 + characters. The max. for DES crypt based passwords is 8 characters. </para> </listitem> @@ -459,7 +459,7 @@ <programlisting> # 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) |