diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-25 19:05:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-25 19:05:23 +0000 |
commit | 802a3e6a5b90c7b14b638ea4b472f8a006b843fc (patch) | |
tree | cfd243062a98a06978371106e2bf8fa6301cea7e /usr.bin | |
parent | e46dfb6962a204340f27d1401622347874a47b45 (diff) |
convert flag listing into a .Bl
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index fa2cdc238a0..e927be2d635 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.20 2019/07/25 13:13:53 bluhm Exp $ +.\" $OpenBSD: lastcomm.1,v 1.21 2019/07/25 19:05:22 deraadt Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -99,29 +99,32 @@ Elapsed time of the process. .El .Pp The flags are encoded as follows: -.Sq F -indicates the command ran after -a fork, but without a following -.Xr exec 3 , -.Sq C -indicates the command was run in PDP-11 compatibility mode -(VAX only), -.Sq D -indicates the command terminated with the generation of a +.Pp +.Bl -tag -width 6n -compact -offset indent +.It Li C +The command was run in PDP-11 compatibility mode +(VAX only). +.It Li D +The command terminated with the generation of a .Pa core -file, -.Sq X -indicates the command was terminated with a signal, -.Sq P -indicates the command was terminated due to a +file. +.It Li F +The command ran after +a fork, but without a following +.Xr exec 3 . +.It Li P +The command was terminated due to a .Xr pledge 2 -violation, -.Sq T -indicates the command did a memory access violation detected by a -processor trap, and -.Sq U -indicates the command tried a file access that was prevented by +violation. +.It Li T +The command did a memory access violation detected by a +processor trap. +.It Li U +The command tried a file access that was prevented by .Xr unveil 2 . +.It Li X +The command was terminated with a signal. +.El .Sh FILES .Bl -tag -width /var/account/acct -compact .It Pa /var/account/acct |