emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref processes.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref processes.texi
Date: Fri, 02 Jan 2009 15:19:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/01/02 15:19:31

Modified files:
        doc/lispref    : processes.texi 

Log message:
        (System Processes): Document the `time' and `ctime' attributes of
        `system-process-attributes'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/processes.texi?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- processes.texi      25 Nov 2008 03:50:53 -0000      1.14
+++ processes.texi      2 Jan 2009 15:19:31 -0000       1.15
@@ -1744,10 +1744,15 @@
 processing system calls.  The corresponding @var{value} is in the same
 format as for @code{utime}.
 
address@hidden time
+The sum of @code{utime} and @code{stime}.  The corresponding
address@hidden 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.
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]