summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2015-05-27 10:08:31 +0000
committerpluknet <pluknet@FreeBSD.org>2015-05-27 10:08:31 +0000
commitf05af1ea393c55377e4f0cf63101a0e54c38e5ec (patch)
treeaccaba85d9d16e01825525af4f5385c4ebcbcfe3 /bin
parent167672d7cdaca94e84f6790d7675eb001622191e (diff)
downloadFreeBSD-src-f05af1ea393c55377e4f0cf63101a0e54c38e5ec.zip
FreeBSD-src-f05af1ea393c55377e4f0cf63101a0e54c38e5ec.tar.gz
Document recent p_flag2 additions.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.15
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 369e1d7..c777a6b 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 May 22, 2015
+.Dd May 27, 2015
.Dt PS 1
.Os
.Sh NAME
@@ -350,6 +350,9 @@ the include file
.In sys/proc.h :
.Bl -column P2_INHERIT_PROTECTED 0x00000001
.It Dv "P2_INHERIT_PROTECTED" Ta No "0x00000001" Ta "New children get P_PROTECTED"
+.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"
.El
.It Cm label
The MAC label of the process.
OpenPOWER on IntegriCloud