diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2016-07-28 08:41:13 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-07-28 08:41:13 +0000 |
| commit | b7a25e63b6fc922b197e9daf4c7f545c3560b8fa (patch) | |
| tree | c4b29cade0d6c8efea10cb4873099b53cc681abc /bin/ps/ps.1 | |
| parent | 7d8ee480c4ffe6892b53873d34f20ddd3d2e7416 (diff) | |
Notes
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 3d7c7382cab62..ea094bccbcb12 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 December 1, 2015 +.Dd July 28, 2016 .Dt PS 1 .Os .Sh NAME @@ -360,6 +360,7 @@ the include file .It Dv "P2_NOTRACE" Ta No "0x00000002" Ta "No ptrace(2) attach or coredumps" .It Dv "P2_NOTRACE_EXEC" Ta No "0x00000004" Ta "Keep P2_NOPTRACE on exec(2)" .It Dv "P2_AST_SU" Ta No "0x00000008" Ta "Handles SU ast for kthreads" +.It Dv "P2_PTRACE_FSTP" Ta No "0x00000010" Ta "SIGSTOP from PT_ATTACH not yet handled" .El .It Cm label The MAC label of the process. |
