From 0e411957906605a88ff7c7f9809ac4ebeb98594e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 21 Jul 2003 21:58:11 +0000 Subject: [PATCH] Correct the description of the conversation function's second argument, and credit yar@ for spotting the mistake. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@273 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- CREDITS | 3 ++- doc/man/pam_conv.3 | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CREDITS b/CREDITS index ffba57d..18f7e18 100644 --- a/CREDITS +++ b/CREDITS @@ -26,5 +26,6 @@ or indirectly, with patches, criticism, suggestions, or ideas: Ruslan Ermilov Solar Designer Takanori Saneto + Yar Tikhiy -$P4: //depot/projects/openpam/CREDITS#9 $ +$P4: //depot/projects/openpam/CREDITS#10 $ diff --git a/doc/man/pam_conv.3 b/doc/man/pam_conv.3 index cd19cbc..296275a 100644 --- a/doc/man/pam_conv.3 +++ b/doc/man/pam_conv.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $P4: //depot/projects/openpam/doc/man/pam_conv.3#3 $ +.\" $P4: //depot/projects/openpam/doc/man/pam_conv.3#4 $ .\" .Dd May 27, 2002 .Dt PAM_CONV 3 @@ -77,9 +77,9 @@ The conversation function's first argument specifies the number of messages (up to .Dv PAM_NUM_MSG ) to process. -The second argument is a pointer to a contiguous array of -.Vt struct pam_message -containing the actual messages. +The second argument is a pointer to an array of pointers to +.Vt pam_message +structures containing the actual messages. .Pp Each message can have one of four types, specified by the .Va msg_style