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_shells | |
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_shells')
-rw-r--r-- | modules/pam_shells/pam_shells.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pam_shells/pam_shells.8.xml b/modules/pam_shells/pam_shells.8.xml index c197a989..15f47671 100644 --- a/modules/pam_shells/pam_shells.8.xml +++ b/modules/pam_shells/pam_shells.8.xml @@ -27,7 +27,7 @@ <para> pam_shells is a PAM module that only allows access to the - system if the users shell is listed in <filename>/etc/shells</filename>. + system if the user's shell is listed in <filename>/etc/shells</filename>. </para> <para> It also checks if <filename>/etc/shells</filename> is a plain @@ -64,7 +64,7 @@ <term>PAM_SUCCESS</term> <listitem> <para> - The users login shell was listed as valid shell in + The user's login shell was listed as valid shell in <filename>/etc/shells</filename>. </para> </listitem> |