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_rhosts | |
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_rhosts')
-rw-r--r-- | modules/pam_rhosts/pam_rhosts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_rhosts/pam_rhosts.c b/modules/pam_rhosts/pam_rhosts.c index 8e120614..bc9e76f7 100644 --- a/modules/pam_rhosts/pam_rhosts.c +++ b/modules/pam_rhosts/pam_rhosts.c @@ -102,7 +102,7 @@ int pam_sm_authenticate (pam_handle_t *pamh, int flags, int argc, lpwd = pam_modutil_getpwnam(pamh, luser); if (lpwd == NULL) { if (opt_debug) - /* don't print by default, could be the users password */ + /* don't print by default, could be the user's password */ pam_syslog(pamh, LOG_DEBUG, "user '%s' unknown to this system", luser); return PAM_USER_UNKNOWN; |