changeset 100833:1eb416e724bb

(System Processes): Document the `time' and `ctime' attributes of `system-process-attributes'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Jan 2009 15:19:31 +0000
parents 04e43420dbad
children c270105126b0
files doc/lispref/processes.texi
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/processes.texi	Fri Jan 02 15:08:57 2009 +0000
+++ b/doc/lispref/processes.texi	Fri Jan 02 15:19:31 2009 +0000
@@ -1744,10 +1744,15 @@
 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.