diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-05 22:55:17 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-05 23:36:44 +0000 |
commit | 1996465f32abf814507f6371ba8d294e2fbe187d (patch) | |
tree | 7d31a02d54899123126495c328956386f8fe3a4f /modules | |
parent | 94c798c2d82a3df4d1e98e0a6855d92a5a4b1450 (diff) | |
download | pam-1996465f32abf814507f6371ba8d294e2fbe187d.tar.gz pam-1996465f32abf814507f6371ba8d294e2fbe187d.tar.bz2 pam-1996465f32abf814507f6371ba8d294e2fbe187d.zip |
pam_unix: fix typos in manual page
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules')
-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) |