aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-06-11 18:25:06 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-06-11 18:25:06 +0000
commitaf6b55758bc44c58e70a1baf4061d8a8028f31d6 (patch)
treeb3c71133ed39809a2534990dc513c032fe58fde8 /winsup/utils
parent400c313faff142a8f68c0b873099fe1a29909588 (diff)
downloadnewlib-af6b55758bc44c58e70a1baf4061d8a8028f31d6.zip
newlib-af6b55758bc44c58e70a1baf4061d8a8028f31d6.tar.gz
newlib-af6b55758bc44c58e70a1baf4061d8a8028f31d6.tar.bz2
Define ps status flags
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/utils.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index 87522b3..57c52bd 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -901,7 +901,11 @@ ID displayed by NT's Task Manager program. The TTY column gives which
pseudo-terminal a process is running on, or a <literal>'?'</literal>
for services. The UID column shows which user owns each process.
STIME is the time the process was started, and COMMAND gives the name
-of the program running.
+of the program running. Listings may also have a status flag in
+column zero; <literal>S</literal> means stopped or suspended (in other
+words, in the background), <literal>I</literal> means waiting for
+input or interactive (foreground), and <literal>O</literal> means
+waiting to output.
</para>
<para>