svn commit: r247082 - stable/9/bin/ps

Konstantin Belousov kib at FreeBSD.org
Thu Feb 21 06:00:34 UTC 2013


Author: kib
Date: Thu Feb 21 06:00:33 2013
New Revision: 247082
URL: http://svnweb.freebsd.org/changeset/base/247082

Log:
  MFC r246486:
  Document P_PPTRACE.

Modified:
  stable/9/bin/ps/ps.1
Directory Properties:
  stable/9/bin/ps/   (props changed)

Modified: stable/9/bin/ps/ps.1
==============================================================================
--- stable/9/bin/ps/ps.1	Thu Feb 21 05:59:16 2013	(r247081)
+++ stable/9/bin/ps/ps.1	Thu Feb 21 06:00:33 2013	(r247082)
@@ -29,7 +29,7 @@
 .\"     @(#)ps.1	8.3 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd September 18, 2012
+.Dd February 7, 2013
 .Dt PS 1
 .Os
 .Sh NAME
@@ -323,6 +323,7 @@ the include file
 .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 svn-src-all mailing list