diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-04-27 16:39:24 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2015-04-27 16:39:24 +0200 |
commit | 5264bc8c9a386fa215bc9c89e8e0b25b10ed325e (patch) | |
tree | 9d281dc80dcb405964ad2fd89fc570bdc5871290 /modules/pam_unix/pam_unix.8.xml | |
parent | aa7acd0d8ab1cba8e079ee2b801c944896d2638b (diff) | |
download | pam-5264bc8c9a386fa215bc9c89e8e0b25b10ed325e.tar.gz pam-5264bc8c9a386fa215bc9c89e8e0b25b10ed325e.tar.bz2 pam-5264bc8c9a386fa215bc9c89e8e0b25b10ed325e.zip |
Fix some grammatical errors in documentation.
Patch by Louis Sautier
* doc/adg/Linux-PAM_ADG.xml: Fix gramatical errors.
* doc/man/pam.3.xml: Likewise.
* doc/man/pam_acct_mgmt.3.xml: Likewise.
* doc/man/pam_chauthtok.3.xml: Likewise.
* doc/man/pam_sm_chauthtok.3.xml: Likewise.
* modules/pam_limits/limits.conf.5.xml: Likewise.
* modules/pam_mail/pam_mail.8.xml: Likewise.
* modules/pam_rhosts/pam_rhosts.c: Likewise.
* modules/pam_shells/pam_shells.8.xml: Likewise.
* modules/pam_tally/pam_tally.8.xml: Likewise.
* modules/pam_tally2/pam_tally2.8.xml: Likewise.
* modules/pam_unix/pam_unix.8.xml: Likewise.
Diffstat (limited to 'modules/pam_unix/pam_unix.8.xml')
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index e1702420..40084023 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -397,7 +397,7 @@ auth required pam_unix.so # Ensure users account and password are still active account required pam_unix.so -# Change the users password, but at first check the strength +# Change the user's password, but at first check the strength # with pam_cracklib(8) password required pam_cracklib.so retry=3 minlen=6 difok=3 password required pam_unix.so use_authtok nullok md5 |