diff options
Diffstat (limited to 'doc/s6-ps.html')
-rw-r--r-- | doc/s6-ps.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-ps.html b/doc/s6-ps.html index b6c7d58..710b94e 100644 --- a/doc/s6-ps.html +++ b/doc/s6-ps.html @@ -83,9 +83,9 @@ cannot tell whether a process has locked memory pages or not. </li> <li> <tt>tpgid</tt> : the pid of the foreground process group. </li> <li> <tt>utime</tt> : the time the process spent in user mode. </li> <li> <tt>stime</tt> : the time the process spent in kernel mode. </li> - <li> <tt>cutime</tt> : the time spent in user mode by the process and + <li> <tt>cutime</tt> : the time spent in user mode by the process <em>and</em> all its dead children. </li> - <li> <tt>cstime</tt> : the time spent in kernel mode by the process and + <li> <tt>cstime</tt> : the time spent in kernel mode by the process <em>and</em> all its dead children. </li> <li> <tt>prio</tt> : the process' priority as computed by the kernel. </li> <li> <tt>nice</tt> : the process' nice value. </li> |