diff options
author | kib <kib@FreeBSD.org> | 2014-08-21 10:46:19 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2014-08-21 10:46:19 +0000 |
commit | afeea342d67385e6a635b412c4c4069f21b0eda1 (patch) | |
tree | ad885a4657af011765ad1e852eb52fc61fab14b8 /bin/ps | |
parent | 9ac8060e5711317f8497c0f9c9e623976d50560f (diff) | |
download | FreeBSD-src-afeea342d67385e6a635b412c4c4069f21b0eda1.zip FreeBSD-src-afeea342d67385e6a635b412c4c4069f21b0eda1.tar.gz |
MFC r269656:
Implement and use proc_realparent(9).
MFC r270024 (by markj):
Correct the order of arguments passed to LIST_INSERT_AFTER().
For merge, the p_treeflag member of struct proc was moved to the end
of the structure, to keep KBI intact.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index a23ba12..52c31ca 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 June 6, 2014 +.Dd August 7, 2014 .Dt PS 1 .Os .Sh NAME @@ -332,7 +332,6 @@ the include file .It Dv "P_SINGLE_BOUNDARY" Ta No "0x400000" Ta "Threads should suspend at user boundary" .It Dv "P_HWPMC" Ta No "0x800000" Ta "Process is using HWPMCs" .It Dv "P_JAILED" Ta No "0x1000000" Ta "Process is in jail" -.It Dv "P_ORPHAN" Ta No "0x2000000" Ta "Orphaned by original parent, reparented to debugger" .It Dv "P_INEXEC" Ta No "0x4000000" Ta "Process is in execve()" .It Dv "P_STATCHILD" Ta No "0x8000000" Ta "Child process stopped or exited" .It Dv "P_INMEM" Ta No "0x10000000" Ta "Loaded into memory" |