diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-03-04 12:02:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-03-04 12:02:18 +0000 |
commit | e4344751c2f1bd7a2f73cbd068de42cea844d460 (patch) | |
tree | ca0169a9f46397141b6bc3920eb7ca747d8bcd27 /doc/s6-ps.html | |
parent | 2ca90a4b7a7967645fe097823e7df58c8055c03f (diff) | |
download | s6-linux-utils-48a669c1d322027158fbdef8ff3d59310d988dae.tar.xz |
version: 2.5.0.1v2.5.0.1
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> |