From b2250f2d27d22455ae87a61ff50f419aa8e77cd8 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 27 Nov 2001 05:37:30 +0000 Subject: Relevant BUGIDs: 476949 Purpose of commit: documentation fixes Commit summary: --------------- Fix some typos noted by Nalin. --- CHANGELOG | 1 + doc/ps/README | 2 +- modules/pam_rhosts/README | 2 +- modules/pam_rootok/README | 2 +- modules/pam_rootok/pam_rootok.c | 2 +- modules/pam_tally/README | 2 +- modules/pam_unix/unix_chkpwd.c | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 76aef7b4..d5325569 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -49,6 +49,7 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* documentation: random typo fixes from Nalin (Bug 476949 - agmorgan) * pam_access: default access.conf file contained a type (console instead of LOCAL) fix from Nalin (Bug 476934 - agmorgan) * pam_unix: fixed bizarre memory leak pointed out by Fernando Trias diff --git a/doc/ps/README b/doc/ps/README index 3122478b..32a833f6 100644 --- a/doc/ps/README +++ b/doc/ps/README @@ -1,3 +1,3 @@ $Id$ -this is the directory for the postscipt documentation +this is the directory for the PostScript documentation diff --git a/modules/pam_rhosts/README b/modules/pam_rhosts/README index 527dfd38..d2e93d1d 100644 --- a/modules/pam_rhosts/README +++ b/modules/pam_rhosts/README @@ -46,7 +46,7 @@ used as a wildcard in any field. + Allow the user to connect from anywhere. DANGEROUS. + Allow any user from the host. Dangerous. -These, perhaps more usefull, forms of the + form is also disallowed +These, perhaps more useful, forms of the + form is also disallowed unless "promiscuous" is specified: + - Disallow the user from any host diff --git a/modules/pam_rootok/README b/modules/pam_rootok/README index 7120b164..cccb5ce1 100644 --- a/modules/pam_rootok/README +++ b/modules/pam_rootok/README @@ -13,6 +13,6 @@ Recognized arguments: module services provided: - auth _authetication and _setcred (blank) + auth _authentication and _setcred (blank) Andrew Morgan diff --git a/modules/pam_rootok/pam_rootok.c b/modules/pam_rootok/pam_rootok.c index a275e6eb..4d440b03 100644 --- a/modules/pam_rootok/pam_rootok.c +++ b/modules/pam_rootok/pam_rootok.c @@ -75,7 +75,7 @@ int pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc retval = PAM_SUCCESS; if (ctrl & PAM_DEBUG_ARG) { - _pam_log(LOG_DEBUG, "authetication %s" + _pam_log(LOG_DEBUG, "authentication %s" , retval==PAM_SUCCESS ? "succeeded":"failed" ); } diff --git a/modules/pam_tally/README b/modules/pam_tally/README index b58b24e4..4c421648 100644 --- a/modules/pam_tally/README +++ b/modules/pam_tally/README @@ -82,7 +82,7 @@ clear all counts every midnight from a cron.. The counts file is organised as a binary-word array, indexed by uid. You can probably make sense of it with `od', if you don't want to use the -supplied appliction. +supplied application. BUGS: diff --git a/modules/pam_unix/unix_chkpwd.c b/modules/pam_unix/unix_chkpwd.c index 592ea5b3..0a965190 100644 --- a/modules/pam_unix/unix_chkpwd.c +++ b/modules/pam_unix/unix_chkpwd.c @@ -225,7 +225,7 @@ int main(int argc, char *argv[]) } } - /* read the nollok/nonull option */ + /* read the nullok/nonull option */ npass = read(STDIN_FILENO, option, 8); -- cgit v1.2.3