From 7f77f84497e3308499a60bd662a04ea588a7c322 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Wed, 12 Mar 2008 10:01:34 +0000 Subject: [PATCH] - P_SA has been removed. --- bin/ps/ps.1 | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index f3db636c3892..01e654ed8a77 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"