diff options
author | kib <kib@FreeBSD.org> | 2010-04-13 08:54:53 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2010-04-13 08:54:53 +0000 |
commit | a00ca9686bc5e78f3dd24a511788378b3fd95d04 (patch) | |
tree | 8cbe4cc66cb5a2026ef68e2af106b2c8caf1b659 /bin | |
parent | bf84540647fc1be184bf41e391a3ef7d015f2397 (diff) | |
download | FreeBSD-src-a00ca9686bc5e78f3dd24a511788378b3fd95d04.zip FreeBSD-src-a00ca9686bc5e78f3dd24a511788378b3fd95d04.tar.gz |
Update the list of the process flags for P_WKILLED.
MFC after: 4 weeks
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 3298cfc..22373bd 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 17, 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" |