[Midnightbsd-cvs] src [8803] trunk/bin/ps/ps.1: document P_PTRACE.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 23:28:51 EDT 2016


Revision: 8803
          http://svnweb.midnightbsd.org/src/?rev=8803
Author:   laffer1
Date:     2016-09-25 23:28:51 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
document P_PTRACE.

Modified Paths:
--------------
    trunk/bin/ps/ps.1

Modified: trunk/bin/ps/ps.1
===================================================================
--- trunk/bin/ps/ps.1	2016-09-26 03:28:27 UTC (rev 8802)
+++ trunk/bin/ps/ps.1	2016-09-26 03:28:51 UTC (rev 8803)
@@ -30,7 +30,7 @@
 .\" $FreeBSD: /repoman/r/ncvs/src/bin/ps/ps.1,v 1.86.2.1 2006/08/22 08:25:17 yar Exp $
 .\" $MidnightBSD: src/bin/ps/ps.1,v 1.3 2007/07/26 20:13:00 laffer1 Exp $
 .\"
-.Dd September 18, 2012
+.Dd February 7, 2013
 .Dt PS 1
 .Os
 .Sh NAME
@@ -324,6 +324,7 @@
 .It Dv "P_INMEM" Ta No "0x10000000	Loaded into memory"
 .It Dv "P_SWAPPINGOUT" Ta No "0x20000000	Process is being swapped out"
 .It Dv "P_SWAPPINGIN" Ta No "0x40000000	Process is being swapped in"
+.It Dv "P_PPTRACE" Ta No "0x80000000" Ta "Vforked child issued ptrace(PT_TRACEME)"
 .El
 .It Cm label
 The MAC label of the process.



More information about the Midnightbsd-cvs mailing list