diff options
Diffstat (limited to 'usr/src/man/man3pam/pam_start.3pam')
-rw-r--r-- | usr/src/man/man3pam/pam_start.3pam | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/usr/src/man/man3pam/pam_start.3pam b/usr/src/man/man3pam/pam_start.3pam index de007913bb..d2e9a79e35 100644 --- a/usr/src/man/man3pam/pam_start.3pam +++ b/usr/src/man/man3pam/pam_start.3pam @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH pam_start 3PAM "22 Feb 2005" "SunOS 5.11" "PAM Library Functions" +.TH PAM_START 3PAM "Feb 22, 2005" .SH NAME pam_start, pam_end \- PAM authentication transaction functions .SH SYNOPSIS @@ -50,7 +50,7 @@ struct pam_conv { .sp .in +2 .nf -int conv(int num_msg, const struct pam_message **msg, +int conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr); .fi .in -2 @@ -88,45 +88,37 @@ struct pam_message{ The message style, \fBmsg_style\fR, can be set to one of the following values: .sp .ne 2 -.mk .na \fB\fBPAM_PROMPT_ECHO_OFF\fR\fR .ad .RS 23n -.rt Prompt user, disabling echoing of response. .RE .sp .ne 2 -.mk .na \fB\fBPAM_PROMPT_ECHO_ON\fR\fR .ad .RS 23n -.rt Prompt user, enabling echoing of response. .RE .sp .ne 2 -.mk .na \fB\fBPAM_ERROR_MSG\fR\fR .ad .RS 23n -.rt Print error message. .RE .sp .ne 2 -.mk .na \fB\fBPAM_TEXT_INFO\fR\fR .ad .RS 23n -.rt Print general text information. .RE @@ -190,15 +182,14 @@ See \fBattributes\fR(5) for description of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface Stability Stable +Interface Stability Stable _ -MT-LevelMT-Safe with exceptions +MT-Level MT-Safe with exceptions .TE .SH SEE ALSO |