PERFORCE change 34786 for review

Dag-Erling Smorgrav des at FreeBSD.org
Mon Jul 21 12:58:43 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=34786

Change 34786 by des at des.at.des.thinksec.com on 2003/07/21 12:58:11

	Correct the description of the conversation function's second argument,
	and credit yar@ for spotting the mistake.

Affected files ...

.. //depot/projects/openpam/CREDITS#10 edit
.. //depot/projects/openpam/doc/man/pam_conv.3#4 edit

Differences ...

==== //depot/projects/openpam/CREDITS#10 (text+ko) ====

@@ -26,5 +26,6 @@
 	Ruslan Ermilov <ru at freebsd.org>
 	Solar Designer <solar at openwall.com>
 	Takanori Saneto <sanewo at ba2.so-net.ne.jp>
+	Yar Tikhiy <yar at freebsd.org>
 
-$P4: //depot/projects/openpam/CREDITS#9 $
+$P4: //depot/projects/openpam/CREDITS#10 $

==== //depot/projects/openpam/doc/man/pam_conv.3#4 (text+ko) ====

@@ -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 @@
 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


More information about the p4-projects mailing list