]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 476949
authorAndrew G. Morgan <morgan@kernel.org>
Tue, 27 Nov 2001 05:37:30 +0000 (05:37 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Tue, 27 Nov 2001 05:37:30 +0000 (05:37 +0000)
Purpose of commit: documentation fixes

Commit summary:
---------------
Fix some typos noted by Nalin.

CHANGELOG
doc/ps/README
modules/pam_rhosts/README
modules/pam_rootok/README
modules/pam_rootok/pam_rootok.c
modules/pam_tally/README
modules/pam_unix/unix_chkpwd.c

index 76aef7b4e6e4ca613370d13f3788e19bb7ad6aa1..d5325569836b9fb7fef890ff3b6ad2a74a7750a1 100644 (file)
--- 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
index 3122478b390693ce926e2509d1c1890235a67ea8..32a833f68f8c5af591ad0742b985fc9c3cd61f8e 100644 (file)
@@ -1,3 +1,3 @@
 $Id$
 
-this is the directory for the postscipt documentation
+this is the directory for the PostScript documentation
index 527dfd3864d9c6695dc4e9b5c43764dfea9e8c0b..d2e93d1d98168eb9ec71d54176c57a464dbab9bf 100644 (file)
@@ -46,7 +46,7 @@ used as a wildcard in any field.
   + <user>             Allow the user to connect from anywhere. DANGEROUS.
   <host> +             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:
 
   + -<user>            Disallow the user from any host
index 7120b1649ff595332900bd7b6c316b950881cfb6..cccb5ce11b5027d8e0e431b4ad6cdad3a18e8dcf 100644 (file)
@@ -13,6 +13,6 @@ Recognized arguments:
 
 module services provided:
 
-       auth            _authetication and _setcred (blank)
+       auth            _authentication and _setcred (blank)
 
 Andrew Morgan
index a275e6eb5a587581f14d7cfcbc9a6c70ca11e510..4d440b03da92ca39d3bbc85d3f208be475fd294b 100644 (file)
@@ -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" );
     }
 
index b58b24e457936b9e23e02e6af8758e1217ede395..4c421648b910e9c86b7ffb2f80900fa84a32d5c8 100644 (file)
@@ -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:
 
index 592ea5b3969671ddcee4ff651265f531d909b310..0a96519066082433d602942be632705fec75b8da 100644 (file)
@@ -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);