summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-12-14 09:53:06 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-12-14 09:53:06 +0000
commit32a58d99200cec33a3a89f0fcc8519547a5f13b2 (patch)
treed11ac74d4fa7e09e690ef2796977d7b960b77da1 /doc
parent7aa832cf8c9d21384ffe34d3aa8d32bde014fe93 (diff)
Relevant BUGIDs:
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>)
Diffstat (limited to 'doc')
-rw-r--r--doc/pam_appl.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pam_appl.sgml b/doc/pam_appl.sgml
index 87cb83f1..a80bcbb6 100644
--- a/doc/pam_appl.sgml
+++ b/doc/pam_appl.sgml
@@ -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? */