From af6b55758bc44c58e70a1baf4061d8a8028f31d6 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Fri, 11 Jun 2004 18:25:06 +0000 Subject: [PATCH] Define ps status flags --- winsup/utils/utils.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 87522b3d8..57c52bd3d 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 '?' 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; S means stopped or suspended (in other +words, in the background), I means waiting for +input or interactive (foreground), and O means +waiting to output. -- 2.43.5