emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v
Date: Tue, 14 Oct 2008 15:58:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/14 15:58:17

Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- processes.texi      14 Oct 2008 15:36:55 -0000      1.7
+++ processes.texi      14 Oct 2008 15:58:17 -0000      1.8
@@ -1634,16 +1634,16 @@
 frequently seen codes:
 
 @table @code
address@hidden ``D''
address@hidden "D"
 uninterruptible sleep (usually I/O)
address@hidden ``R''
address@hidden "R"
 running
address@hidden ``S''
address@hidden "S"
 interruptible sleep (waiting for some event)
address@hidden ``T''
address@hidden "T"
 stopped, e.g., by a job control signal
address@hidden ``Z''
-``zombie'': a process that terminated, but not reaped by its parent
address@hidden "Z"
+``zombie'': a process that terminated, but was not reaped by its parent
 @end table
 
 @noindent
@@ -1705,8 +1705,8 @@
 The numerical priority of the process.
 
 @item nice
-The @dfn{nice value} of the process, a number.  Processes with smaller
-nice value get scheduled more favorably.
+The @dfn{nice value} of the process, a number.  (Processes with smaller
+nice values get scheduled more favorably.)
 
 @item thcount
 The number of threads in the process.




reply via email to

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