BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / lastcomm / lastcomm.1
index 729dcd4..eb835d0 100644 (file)
@@ -1,24 +1,48 @@
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1980, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)lastcomm.1 6.7 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.Vx
-.Vx
-.Dd 
+.\"    @(#)lastcomm.1  6.8 (Berkeley) 7/27/91
+.\"
+.Dd July 27, 1991
 .Dt LASTCOMM 1
 .Dt LASTCOMM 1
-.Os BSD 3.0
+.Os BSD 3
 .Sh NAME
 .Nm lastcomm
 .Nd show last commands executed in reverse order
 .Sh SYNOPSIS
 .Nm lastcomm
 .Op Fl f Ar file
 .Sh NAME
 .Nm lastcomm
 .Nd show last commands executed in reverse order
 .Sh SYNOPSIS
 .Nm lastcomm
 .Op Fl f Ar file
-.Op Ar command \&...
-.Op Ar user \&...
-.Op Ar terminal \&...
+.Op Ar command ...
+.Op Ar user ...
+.Op Ar terminal ...
 .Sh DESCRIPTION
 .Nm Lastcomm
 gives information on previously executed commands.
 .Sh DESCRIPTION
 .Nm Lastcomm
 gives information on previously executed commands.
@@ -29,16 +53,13 @@ during the current accounting file's lifetime.
 .Pp
 Option:
 .Pp
 .Pp
 Option:
 .Pp
-.Tw Fl
-.Tp Cx Fl f
-.Ws
-.Ar file
-.Cx
+.Bl -tag -width Fl
+.It Fl f Ar file
 Read from
 .Ar file
 rather than the default
 accounting file.
 Read from
 .Ar file
 rather than the default
 accounting file.
-.Tp
+.El
 .Pp
 If called with arguments, only accounting entries with a
 matching
 .Pp
 If called with arguments, only accounting entries with a
 matching
@@ -64,13 +85,18 @@ on the terminal
 .Pp
 For each process entry, the following are printed.
 .Pp
 .Pp
 For each process entry, the following are printed.
 .Pp
-.Ds I
+.Bl -bullet -offset indent -compact
+.It
 The name of the user who ran the process.
 The name of the user who ran the process.
+.It
 Flags, as accumulated by the accounting facilities in the system.
 Flags, as accumulated by the accounting facilities in the system.
+.It
 The command name under which the process was called.
 The command name under which the process was called.
+.It
 The amount of cpu time used by the process (in seconds).
 The amount of cpu time used by the process (in seconds).
+.It
 The time the process exited.
 The time the process exited.
-.De
+.El
 .Pp
 The flags are encoded as follows: ``S'' indicates the command was
 executed by the super-user, ``F'' indicates the command ran after
 .Pp
 The flags are encoded as follows: ``S'' indicates the command was
 executed by the super-user, ``F'' indicates the command ran after
@@ -82,15 +108,17 @@ a fork, but without a following
 .Pa core
 file, and ``X'' indicates the command was terminated with a signal.
 .Sh FILES
 .Pa core
 file, and ``X'' indicates the command was terminated with a signal.
 .Sh FILES
-.Dw /var/account/acct
-.Di L
-.Dp Pa /var/account/acct
-.Dp
+.Bl -tag -width /var/account/acct -compact
+.It Pa /var/account/acct
+Default accounting file.
+.El
 .Sh SEE ALSO
 .Xr last 1 ,
 .Xr sigvec 2 ,
 .Xr acct 5 ,
 .Xr core 5
 .Sh HISTORY
 .Sh SEE ALSO
 .Xr last 1 ,
 .Xr sigvec 2 ,
 .Xr acct 5 ,
 .Xr core 5
 .Sh HISTORY
-.Nm Lastcomm
-appeared in 3 BSD.
+The
+.Nm lastcomm
+command appeared in
+.Bx 3.0 .