]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 14 Dec 2005 09:53:06 +0000 (09:53 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 14 Dec 2005 09:53:06 +0000 (09:53 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2005-12-14  Thorsten Kukuk  <kukuk@suse.de>

        * doc/pam_appl.sgml: Fix typo (Reported by
        Russell Bateman <russ@windofkeltia.com>)

ChangeLog
doc/pam_appl.sgml

index 2975558d3a79ce5d6d4b72cbdaac454ee5b3ca47..54df61efaf6a7f2790d5bd446d3c7b58869c5e90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-14  Thorsten Kukuk  <kukuk@suse.de>
+
+       * doc/pam_appl.sgml: Fix typo (Reported by
+       Russell Bateman <russ@windofkeltia.com>)
+
 2005-12-12  Thorsten Kukuk  <kukuk@thkukuk.de>
 
        * release version 0.99.2.1
index 87cb83f15fb000fde21e314aa34f6d6ea7d7e8c6..a80bcbb64565477ac1ce038f09b488b2a3c91dc1 100644 (file)
@@ -223,7 +223,7 @@ is, is not well defined.  However, some examples are given in the
 glossary below.
 
 <sect>The public interface to <bf>Linux-PAM</bf>
+
 <p>
 Firstly, the relevant include file for the <bf>Linux-PAM</bf> library
 is <tt>&lt;security/pam_appl.h&gt;</tt>. It contains the definitions
@@ -321,7 +321,7 @@ extern int pam_set_item(pam_handle_t *pamh, int item_type,
 
 <tag><tt/PAM_USER/</tag>
 
-       The username of the entity under who's identity service will
+       The username of the entity under whose identity service will
        be given. That is, following authentication, <tt/PAM_USER/
        identifies the local entity that gets to use the
        service. Note, this value can be mapped from something (eg.,
@@ -723,14 +723,14 @@ error-returns are:
 <descrip>
 <tag><tt/PAM_AUTHTOK_ERR/</tag>
        A module was unable to obtain the new authentication token.
-       
+
 <tag><tt/PAM_AUTHTOK_RECOVERY_ERR/</tag>
        A module was unable to obtain the old authentication token.
 
 <tag><tt/PAM_AUTHTOK_LOCK_BUSY/</tag>
        One or more of the modules was unable to change the
 authentication token since it is currently locked.
-       
+
 <tag><tt/PAM_AUTHTOK_DISABLE_AGING/</tag>
        Authentication token aging has been disabled for at least one
 of the modules.
@@ -1559,7 +1559,7 @@ int main(int argc, char *argv[])
     }
 
     retval = pam_start("check_user", user, &ero;conv, &ero;pamh);
-       
+
     if (retval == PAM_SUCCESS)
         retval = pam_authenticate(pamh, 0);    /* is user really user? */