=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.1,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- src/usr.bin/lastcomm/lastcomm.1 2019/07/25 13:13:53 1.20 +++ src/usr.bin/lastcomm/lastcomm.1 2019/07/25 19:05:22 1.21 @@ -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 @@ .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