From a29fdfb518dd43b08e9c5b88ad271ab2cdeefe3f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 19 May 2008 15:37:35 +0000 Subject: [PATCH] Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2008-05-19 Tomas Mraz * doc/man/pam_getenv.3.xml: Correct the pam_getenv documentation. * doc/man/pam_prompt.3.xml: Add missing description. --- ChangeLog | 6 ++++++ doc/man/pam_getenv.3.xml | 6 +++--- doc/man/pam_prompt.3.xml | 6 +++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3a6cfa3c..940b3d3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-19 Tomas Mraz + + * 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 * po/nb.po: Updated translation. 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 @@ The pam_getenv function searches the PAM environment list as associated with the handle - pamh for a string that matches the string - pointed to by name. The return values are - of the form: "name=value". + pamh for an item that matches the string + pointed to by name and returns the value + of the environment variable. diff --git a/doc/man/pam_prompt.3.xml b/doc/man/pam_prompt.3.xml index d0824131..b526457e 100644 --- a/doc/man/pam_prompt.3.xml +++ b/doc/man/pam_prompt.3.xml @@ -44,7 +44,11 @@ DESCRIPTION The pam_prompt 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, + response is set to point to a string + returned from the conversation function. This string is allocated + on heap and should be freed. -- 2.40.0