diff options
author | jeff <jeff@FreeBSD.org> | 2008-03-12 10:01:34 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2008-03-12 10:01:34 +0000 |
commit | 72babed2a5bcb10d29075f3c1495c9aca3e0af60 (patch) | |
tree | 4d67b56a11044f6690b64c549a2927d44dfc4688 /bin | |
parent | d98a1ab70e8a8648da98939021fcd5ce1b68f64c (diff) | |
download | FreeBSD-src-72babed2a5bcb10d29075f3c1495c9aca3e0af60.zip FreeBSD-src-72babed2a5bcb10d29075f3c1495c9aca3e0af60.tar.gz |
- P_SA has been removed.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/ps.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index f3db636..01e654e 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -290,7 +290,6 @@ 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_SA" Ta No "0x08000 Using scheduler activations" .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" |