[BACK]Return to lastcomm.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / lastcomm

Diff for /src/usr.bin/lastcomm/lastcomm.1 between version 1.20 and 1.21

version 1.20, 2019/07/25 13:13:53 version 1.21, 2019/07/25 19:05:22
Line 99 
Line 99 
 .El  .El
 .Pp  .Pp
 The flags are encoded as follows:  The flags are encoded as follows:
 .Sq F  .Pp
 indicates the command ran after  .Bl -tag -width 6n -compact -offset indent
 a fork, but without a following  .It Li C
 .Xr exec 3 ,  The command was run in PDP-11 compatibility mode
 .Sq C  (VAX only).
 indicates the command was run in PDP-11 compatibility mode  .It Li D
 (VAX only),  The command terminated with the generation of a
 .Sq D  
 indicates the command terminated with the generation of a  
 .Pa core  .Pa core
 file,  file.
 .Sq X  .It Li F
 indicates the command was terminated with a signal,  The command ran after
 .Sq P  a fork, but without a following
 indicates the command was terminated due to a  .Xr exec 3 .
   .It Li P
   The command was terminated due to a
 .Xr pledge 2  .Xr pledge 2
 violation,  violation.
 .Sq T  .It Li T
 indicates the command did a memory access violation detected by a  The command did a memory access violation detected by a
 processor trap, and  processor trap.
 .Sq U  .It Li U
 indicates the command tried a file access that was prevented by  The command tried a file access that was prevented by
 .Xr unveil 2 .  .Xr unveil 2 .
   .It Li X
   The command was terminated with a signal.
   .El
 .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

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21