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
This commit is contained in:
Dag-Erling Smørgrav 2003-07-21 21:58:11 +00:00
parent c8dc56b998
commit 0e41195790
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd May 27, 2002
.Dt PAM_CONV 3 .Dt PAM_CONV 3
@ -77,9 +77,9 @@ The conversation function's first argument specifies the number of
messages (up to messages (up to
.Dv PAM_NUM_MSG ) .Dv PAM_NUM_MSG )
to process. to process.
The second argument is a pointer to a contiguous array of The second argument is a pointer to an array of pointers to
.Vt struct pam_message .Vt pam_message
containing the actual messages. structures containing the actual messages.
.Pp .Pp
Each message can have one of four types, specified by the Each message can have one of four types, specified by the
.Va msg_style .Va msg_style