diff options
Diffstat (limited to 'usr/src/man/man4/sulog.4')
-rw-r--r-- | usr/src/man/man4/sulog.4 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/usr/src/man/man4/sulog.4 b/usr/src/man/man4/sulog.4 index 6119e2badf..62f7623da2 100644 --- a/usr/src/man/man4/sulog.4 +++ b/usr/src/man/man4/sulog.4 @@ -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 sulog 4 "6 Jun 1994" "SunOS 5.11" "File Formats" +.TH SULOG 4 "Jun 6, 1994" .SH NAME sulog \- su command log file .SH SYNOPSIS @@ -36,12 +36,10 @@ Each entry in the \fBsulog\fR file is a single line of the form: where .sp .ne 2 -.mk .na \fB\fBdate\fR\fR .ad .RS 11n -.rt The month and date \fBsu\fR(1M) was executed. \fBdate\fR is displayed in the form \fImm\fR\fB/\fR\fBdd\fR where \fImm\fR is the month number and \fBdd\fR is the day number in the month. @@ -49,12 +47,10 @@ is the day number in the month. .sp .ne 2 -.mk .na \fB\fBtime\fR\fR .ad .RS 11n -.rt The time \fBsu\fR(1M) was executed. \fBtime\fR is displayed in the form \fIHH\fR\fB/\fR\fIMM\fR where \fIHH\fR is the hour number (24 hour system) and \fIMM\fR is the minute number. @@ -62,46 +58,38 @@ The time \fBsu\fR(1M) was executed. \fBtime\fR is displayed in the form .sp .ne 2 -.mk .na \fB\fIresult\fR\fR .ad .RS 11n -.rt The result of the \fBsu\fR(1M) command. A ` + ' sign is displayed in this field if the su attempt was successful; otherwise a ` - ' sign is displayed. .RE .sp .ne 2 -.mk .na \fB\fIport\fR\fR .ad .RS 11n -.rt The name of the terminal device from which \fBsu\fR(1M) was executed. .RE .sp .ne 2 -.mk .na \fB\fIuser\fR\fR .ad .RS 11n -.rt The user id of the user executing the \fBsu\fR(1M) command. .RE .sp .ne 2 -.mk .na \fB\fInewuser\fR\fR .ad .RS 11n -.rt The user id being switched to with \fBsu\fR(1M). .RE @@ -129,23 +117,19 @@ SU 03/14 08:31 + pts/4 user1-root .SH FILES .sp .ne 2 -.mk .na \fB\fB/var/adm/sulog\fR\fR .ad .RS 19n -.rt su log file .RE .sp .ne 2 -.mk .na \fB\fB/etc/default/su\fR\fR .ad .RS 19n -.rt contains the default location of \fBsulog\fR .RE |