]> sourceware.org Git - newlib-cygwin.git/commitdiff
Define ps status flags
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>
Fri, 11 Jun 2004 18:25:06 +0000 (18:25 +0000)
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>
Fri, 11 Jun 2004 18:25:06 +0000 (18:25 +0000)
winsup/utils/utils.sgml

index 87522b3d84d1b4f0dbeb4e34cba3363459e9c441..57c52bd3d148778a3567d762155cf6015a813ddd 100644 (file)
@@ -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>
This page took 0.033903 seconds and 5 git commands to generate.