+2009-01-02 Eli Zaretskii <eliz@gnu.org>
+
+ * processes.texi (System Processes): Document the `time' and
+ `ctime' attributes of `system-process-attributes'.
+
2009-01-01 Chong Yidong <cyd@stupidchicken.com>
* display.texi (Face Attributes): Clarify :height attribute.
processing system calls. The corresponding @var{value} is in the same
format as for @code{utime}.
+@item time
+The sum of @code{utime} and @code{stime}. The corresponding
+@var{value} is in the same format as for @code{utime}.
+
@item cutime
@itemx cstime
-Like @code{utime} and @code{stime}, but includes the times of all the
-child processes of the given process.
+@itemx ctime
+Like @code{utime}, @code{stime}, and @code{time}, but include the
+times of all the child processes of the given process.
@item pri
The numerical priority of the process.