From: Eli Zaretskii Date: Fri, 2 Jan 2009 15:20:05 +0000 (+0000) Subject: (System Processes): Document the `time' and `ctime' attributes of X-Git-Tag: emacs-pretest-23.0.90~751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af34ad36fcf1929058cccf5520ccd3ea0a8d0b7a;p=emacs.git (System Processes): Document the `time' and `ctime' attributes of `system-process-attributes'. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 29ba5e4830e..b3e302cdc7b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-01-02 Eli Zaretskii + + * processes.texi (System Processes): Document the `time' and + `ctime' attributes of `system-process-attributes'. + 2009-01-01 Chong Yidong * display.texi (Face Attributes): Clarify :height attribute. diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 8a7018811c8..f18c758f942 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -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.