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 /doc/adg | |
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 'doc/adg')
-rw-r--r-- | doc/adg/Linux-PAM_ADG.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adg/Linux-PAM_ADG.xml b/doc/adg/Linux-PAM_ADG.xml index 316b0083..79452e17 100644 --- a/doc/adg/Linux-PAM_ADG.xml +++ b/doc/adg/Linux-PAM_ADG.xml @@ -196,7 +196,7 @@ cc -o application .... -lpam -lpam_misc and in this case the application should deny access to the user. </para> <para> - PAM is also capable of setting and deleting the users credentials with + PAM is also capable of setting and deleting the user's credentials with the call <function>pam_setcred()</function>. This function should always be called after the user is authenticated and before service is offered to the user. By convention, this should be the last call |