summaryrefslogtreecommitdiff
path: root/doc/man/pam_getenv.3.xml
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2008-05-19 15:37:35 +0000
committerTomas Mraz <tm@t8m.info>2008-05-19 15:37:35 +0000
commita29fdfb518dd43b08e9c5b88ad271ab2cdeefe3f (patch)
tree31cd69b472242d51601115e96c4462506557c92a /doc/man/pam_getenv.3.xml
parent595822c801fdd41483f2b55e0ae140ebf976bc52 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2008-05-19 Tomas Mraz <t8m@centrum.cz> * doc/man/pam_getenv.3.xml: Correct the pam_getenv documentation. * doc/man/pam_prompt.3.xml: Add missing description.
Diffstat (limited to 'doc/man/pam_getenv.3.xml')
-rw-r--r--doc/man/pam_getenv.3.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/pam_getenv.3.xml b/doc/man/pam_getenv.3.xml
index e78aa3c2..871e511d 100644
--- a/doc/man/pam_getenv.3.xml
+++ b/doc/man/pam_getenv.3.xml
@@ -32,9 +32,9 @@
<para>
The <function>pam_getenv</function> function searches the
PAM environment list as associated with the handle
- <emphasis>pamh</emphasis> for a string that matches the string
- pointed to by <emphasis>name</emphasis>. The return values are
- of the form: "<emphasis>name=value</emphasis>".
+ <emphasis>pamh</emphasis> for an item that matches the string
+ pointed to by <emphasis>name</emphasis> and returns the value
+ of the environment variable.
</para>
</refsect1>