diff options
author | kib <kib@FreeBSD.org> | 2012-03-08 13:00:49 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-03-08 13:00:49 +0000 |
commit | 9941d051197ce4cc73f8eb6e2313477b47edda2f (patch) | |
tree | 25ab7571b89640680e21697728151943f9e87f78 /bin/ps/ps.1 | |
parent | ab94e0990912f79ac6b7bfbd4fdd1f430897cde8 (diff) | |
download | FreeBSD-src-9941d051197ce4cc73f8eb6e2313477b47edda2f.zip FreeBSD-src-9941d051197ce4cc73f8eb6e2313477b47edda2f.tar.gz |
Document P_ORPHAN.
MFC after: 3 days
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index ca5e0b2..c0754ea 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd November 22, 2011 +.Dd March 8, 2012 .Dt PS 1 .Os .Sh NAME @@ -317,6 +317,7 @@ the include file .It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000 Threads should suspend at user boundary" .It Dv "P_HWPMC" Ta No "0x800000 Process is using HWPMCs" .It Dv "P_JAILED" Ta No "0x1000000 Process is in jail" +.It Dv "P_ORPHAN" Ta No "0x2000000 Orphaned by original parent, reparented to debugger" .It Dv "P_INEXEC" Ta No "0x4000000 Process is in execve()" .It Dv "P_STATCHILD" Ta No "0x8000000 Child process stopped or exited" .It Dv "P_INMEM" Ta No "0x10000000 Loaded into memory" |