(System Processes): Document the `time' and `ctime' attributes of
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Jan 2009 15:20:05 +0000 (15:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Jan 2009 15:20:05 +0000 (15:20 +0000)
`system-process-attributes'.

doc/lispref/ChangeLog
doc/lispref/processes.texi

index 29ba5e4..b3e302c 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 8a70188..f18c758 100644 (file)
@@ -1744,10 +1744,15 @@ Time spent by the process in the system (kernel) context, for
 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.