summaryrefslogtreecommitdiff
path: root/doc/s6-ps.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-ps.html')
-rw-r--r--doc/s6-ps.html4
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>&nbsp: the pid of the foreground process group. </li>
<li> <tt>utime</tt>&nbsp: the time the process spent in user mode. </li>
<li> <tt>stime</tt>&nbsp: the time the process spent in kernel mode. </li>
- <li> <tt>cutime</tt>&nbsp: the time spent in user mode by the process and
+ <li> <tt>cutime</tt>&nbsp: the time spent in user mode by the process <em>and</em>
all its dead children. </li>
- <li> <tt>cstime</tt>&nbsp: the time spent in kernel mode by the process and
+ <li> <tt>cstime</tt>&nbsp: the time spent in kernel mode by the process <em>and</em>
all its dead children. </li>
<li> <tt>prio</tt>&nbsp: the process' priority as computed by the kernel. </li>
<li> <tt>nice</tt>&nbsp: the process' nice value. </li>