Improve markup a bit. Add section to xref.
This commit is contained in:
parent
c4aebac5ce
commit
63dab75624
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: lastcomm.1,v 1.8 1999/03/22 18:16:38 garbled Exp $
|
.\" $NetBSD: lastcomm.1,v 1.9 2001/04/04 09:37:19 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -102,15 +102,23 @@ The time the process started.
|
||||||
The elapsed time of the process.
|
The elapsed time of the process.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The flags are encoded as follows: ``S'' indicates the command was
|
The flags are encoded as follows:
|
||||||
executed by the super-user, ``F'' indicates the command ran after
|
.Dq S
|
||||||
|
indicates the command was
|
||||||
|
executed by the super-user,
|
||||||
|
.Dq F
|
||||||
|
indicates the command ran after
|
||||||
a fork, but without a following
|
a fork, but without a following
|
||||||
.Xr exec ,
|
.Xr exec 3 ,
|
||||||
``C'' indicates the command was run in PDP-11 compatibility mode
|
.Dq C
|
||||||
|
indicates the command was run in PDP-11 compatibility mode
|
||||||
(VAX only),
|
(VAX only),
|
||||||
``D'' indicates the command terminated with the generation of a
|
.Dq D
|
||||||
|
indicates the command terminated with the generation of a
|
||||||
.Pa core
|
.Pa core
|
||||||
file, and ``X'' indicates the command was terminated with a signal.
|
file, and
|
||||||
|
.Dq X
|
||||||
|
indicates the command was terminated with a signal.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /var/account/acct -compact
|
.Bl -tag -width /var/account/acct -compact
|
||||||
.It Pa /var/account/acct
|
.It Pa /var/account/acct
|
||||||
|
|
Loading…
Reference in New Issue