about summary refs log tree commit diff
path: root/doc/s6-ps.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-03-04 12:02:18 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-03-04 12:02:18 +0000
commite4344751c2f1bd7a2f73cbd068de42cea844d460 (patch)
treeca0169a9f46397141b6bc3920eb7ca747d8bcd27 /doc/s6-ps.html
parent2ca90a4b7a7967645fe097823e7df58c8055c03f (diff)
downloads6-linux-utils-e4344751c2f1bd7a2f73cbd068de42cea844d460.tar.gz
s6-linux-utils-e4344751c2f1bd7a2f73cbd068de42cea844d460.tar.xz
s6-linux-utils-e4344751c2f1bd7a2f73cbd068de42cea844d460.zip
version: 2.5.0.1 v2.5.0.1
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>