From: Eli Zaretskii Date: Tue, 14 Oct 2008 15:58:17 +0000 (+0000) Subject: (System Processes): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~2475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dca458f8807c20d62a27b651548b580937e8471;p=emacs.git (System Processes): Fix last change. --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index fb2561ea6d9..82f27f46264 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -1634,16 +1634,16 @@ the scheduling state of the process. Here's a list of the most frequently seen codes: @table @code -@item ``D'' +@item "D" uninterruptible sleep (usually I/O) -@item ``R'' +@item "R" running -@item ``S'' +@item "S" interruptible sleep (waiting for some event) -@item ``T'' +@item "T" stopped, e.g., by a job control signal -@item ``Z'' -``zombie'': a process that terminated, but not reaped by its parent +@item "Z" +``zombie'': a process that terminated, but was not reaped by its parent @end table @noindent @@ -1705,8 +1705,8 @@ child processes of the given process. 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.