]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Mon, 19 May 2008 15:37:35 +0000 (15:37 +0000)
committerTomas Mraz <tm@t8m.info>
Mon, 19 May 2008 15:37:35 +0000 (15:37 +0000)
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.

ChangeLog
doc/man/pam_getenv.3.xml
doc/man/pam_prompt.3.xml

index 3a6cfa3c5830ecb0850d6e52320787379ec8671c..940b3d3ccf0b149db8a0d58b234c61e2e60a27c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2008-05-14  Kjartan Maraas <kmaraas@gnome.org>
 
        * po/nb.po: Updated translation.
index e78aa3c22c78e285db89972bf10c89768a5e93a3..871e511d1087827914540fa4e721bed95e6dce84 100644 (file)
@@ -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>
 
index d08241317bce9832f99a008ac7c3ea2b4d9453fd..b526457e41930175a81801118bdecab0d99b18f4 100644 (file)
     <title>DESCRIPTION</title>
     <para>
       The <function>pam_prompt</function> function constructs a message
-      from the specified format string and arguments and passes it to
+      from the specified format string and arguments and passes it to the
+      conversation function as set by the service. Upon successful return,
+      <emphasis>response</emphasis> is set to point to a string
+      returned from the conversation function. This string is allocated
+      on heap and should be freed.
     </para>
   </refsect1>