summaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/lastcomm.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-08 03:11:33 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-08 03:11:33 +0000
commite45310403fedc9502e371a3bb62565363175569b (patch)
tree744a1821290a4a34c756115132c941e3dabfbda2 /usr.bin/lastcomm/lastcomm.1
parent029679decb841b5e94bd5daeda5186e2a6b6d092 (diff)
Various cleanups and improvements.
Diffstat (limited to 'usr.bin/lastcomm/lastcomm.1')
-rw-r--r--usr.bin/lastcomm/lastcomm.128
1 files changed, 18 insertions, 10 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1
index 996d0a93c03..690cb0ffadd 100644
--- a/usr.bin/lastcomm/lastcomm.1
+++ b/usr.bin/lastcomm/lastcomm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lastcomm.1,v 1.11 1999/06/05 01:21:30 aaron Exp $
+.\" $OpenBSD: lastcomm.1,v 1.12 2000/03/08 03:11:30 aaron Exp $
.\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -54,7 +54,7 @@ With no arguments,
prints information about all the commands recorded
during the current accounting file's lifetime.
.Pp
-Option:
+The options are as follows:
.Bl -tag -width Fl
.It Fl f Ar file
Read from
@@ -83,7 +83,7 @@ executions of commands named
by user
.Ar root
on the terminal
-.Ar ttyd0 .
+.Ar ttyd0 .
.Pp
For each process entry, the following are printed:
.Pp
@@ -91,26 +91,34 @@ For each process entry, the following are printed:
.It
Name of the user who ran the process.
.It
-Flags, as accumulated by the accounting facilities in the system.
+Flags, as accumulated by the system's accounting facilities.
.It
Command name under which the process was called.
.It
-Amount of cpu time used by the process (in seconds).
+Amount of CPU time used by the process (in seconds).
.It
Time the process started.
.It
Elapsed time of the process.
.El
.Pp
-The flags are encoded as follows: ``S'' indicates the command was
-executed by the super-user, ``F'' indicates the command ran after
+The flags are encoded as follows:
+.Sq S
+indicates the command was
+executed by the superuser,
+.Sq F
+indicates the command ran after
a fork, but without a following
.Xr exec ,
-``C'' indicates the command was run in PDP-11 compatibility mode
+.Sq C
+indicates the command was run in PDP-11 compatibility mode
(VAX only),
-``D'' indicates the command terminated with the generation of a
+.Sq D
+indicates the command terminated with the generation of a
.Pa core
-file, and ``X'' indicates the command was terminated with a signal.
+file, and
+.Sq X
+indicates the command was terminated with a signal.
.Sh FILES
.Bl -tag -width /var/account/acct -compact
.It Pa /var/account/acct