summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-11 11:22:18 +0000
committerkib <kib@FreeBSD.org>2010-05-11 11:22:18 +0000
commit6a6bb502d3bd2f9541785ebe53b34057a8fd67ad (patch)
treee7bc195490cf05f98ddb675d14444dcc795251f7 /bin
parent4533cd18182a7e6ea29eb0899285f8ebafa88dc1 (diff)
downloadFreeBSD-src-6a6bb502d3bd2f9541785ebe53b34057a8fd67ad.zip
FreeBSD-src-6a6bb502d3bd2f9541785ebe53b34057a8fd67ad.tar.gz
MFC r206548:
Update the list of the process flags for P_WKILLED.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.13
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 5c9689e..62d5336 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 March 5, 2010
+.Dd April 13, 2010
.Dt PS 1
.Os
.Sh NAME
@@ -298,6 +298,7 @@ the include file
.It Dv "P_WAITED" Ta No "0x01000 Someone is waiting for us"
.It Dv "P_WEXIT" Ta No "0x02000 Working on exiting"
.It Dv "P_EXEC" Ta No "0x04000 Process called exec"
+.It Dv "P_WKILLED" Ta No "0x08000 Killed, shall go to kernel/user boundary ASAP"
.It Dv "P_CONTINUED" Ta No "0x10000 Proc has continued from a stopped state"
.It Dv "P_STOPPED_SIG" Ta No "0x20000 Stopped due to SIGSTOP/SIGTSTP"
.It Dv "P_STOPPED_TRACE" Ta No "0x40000 Stopped because of tracing"
OpenPOWER on IntegriCloud