aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2015-05-27 10:08:31 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2015-05-27 10:08:31 +0000
commite8d89b84429c7e12433a9057fc2e5cfb34980ead (patch)
treeaccaba85d9d16e01825525af4f5385c4ebcbcfe3 /bin
parent1c5f423183bec586eb8245c87bbf139217523c74 (diff)
downloadsrc-e8d89b84429c7e12433a9057fc2e5cfb34980ead.tar.gz
src-e8d89b84429c7e12433a9057fc2e5cfb34980ead.zip
Document recent p_flag2 additions.
Notes
Notes: svn path=/head/; revision=283606
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 369e1d72b56a..c777a6be2800 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.