diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2013-02-21 06:00:33 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2013-02-21 06:00:33 +0000 |
| commit | cce0c675a7de6298bd3db873868df0925ce82121 (patch) | |
| tree | e8dadd2965dfe33f84339708f41e1a8c2afa0bf8 /bin | |
| parent | 366b18a51eb05fe827d3baa601f3c8602d93ea4a (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 b6a178cbc2de..f21b1079c797 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 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. |
