=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.1,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/lastcomm/lastcomm.1 1999/06/05 01:21:30 1.11 +++ src/usr.bin/lastcomm/lastcomm.1 2000/03/08 03:11:30 1.12 @@ -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 @@ 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 @@ 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 @@ .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