diff options
Diffstat (limited to 'usr/src/man/man5/pam_unix_session.5')
-rw-r--r-- | usr/src/man/man5/pam_unix_session.5 | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/usr/src/man/man5/pam_unix_session.5 b/usr/src/man/man5/pam_unix_session.5 index 7b28e52c59..096fb98329 100644 --- a/usr/src/man/man5/pam_unix_session.5 +++ b/usr/src/man/man5/pam_unix_session.5 @@ -4,7 +4,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_unix_session 5 "9 Sept 2004" "SunOS 5.11" "Standards, Environments, and Macros" +.TH PAM_UNIX_SESSION 5 "Sep 9, 2004" .SH NAME pam_unix_session \- session management PAM module for UNIX .SH SYNOPSIS @@ -32,12 +32,10 @@ determine the previous time the user logged in. The following options can be passed to the module: .sp .ne 2 -.mk .na \fBdebug\fR .ad .RS 9n -.rt \fBsyslog\fR(3C) debugging information at the \fBLOG_DEBUG\fR level .RE @@ -48,24 +46,20 @@ Upon successful completion, \fBPAM_SUCCESS\fR is returned. The following error codes are returned upon error: .sp .ne 2 -.mk .na \fB\fBPAM_SESSION_ERR\fR\fR .ad .RS 20n -.rt Cannot make or remove the entry for the specified session (PAM_TTY is not present). .RE .sp .ne 2 -.mk .na \fB\fBPAM_USER_UNKNOWN\fR\fR .ad .RS 20n -.rt No account is present for \fIuser\fR. .RE @@ -77,15 +71,14 @@ See \fBattributes\fR(5) for descriptions 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 StabilityEvolving +Interface Stability Evolving _ -MT LevelMT-Safe with exceptions +MT Level MT-Safe with exceptions .TE .SH SEE ALSO |