=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.1,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/lastcomm/lastcomm.1 2019/08/11 15:48:08 1.23 +++ src/usr.bin/lastcomm/lastcomm.1 2019/09/09 20:02:26 1.24 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lastcomm.1,v 1.23 2019/08/11 15:48:08 deraadt Exp $ +.\" $OpenBSD: lastcomm.1,v 1.24 2019/09/09 20:02:26 bluhm Exp $ .\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 11 2019 $ +.Dd $Mdocdate: September 9 2019 $ .Dt LASTCOMM 1 .Os .Sh NAME @@ -101,9 +101,6 @@ The flags are encoded as follows: .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 @@ -112,6 +109,9 @@ The command ran after a fork, but without a following .Xr execve 2 . +.It Li M +The command did a system call from writable memory or the stack +pointer was not in stack memory. .It Li P The command was terminated due to a .Xr pledge 2