From af34ad36fcf1929058cccf5520ccd3ea0a8d0b7a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Jan 2009 15:20:05 +0000 Subject: [PATCH] (System Processes): Document the `time' and `ctime' attributes of `system-process-attributes'. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/processes.texi | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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. -- 2.39.2