[gnome-system-monitor/wip/mallard-help: 51/62] Review process-status help page



commit 55bb128b0e303308ef9d70f7d71f678d0e70a0c4
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Tue Jan 28 14:37:58 2014 +0000

    Review process-status help page

 help/C/process-status.page |   62 ++++++++++++++++++++++++++-----------------
 1 files changed, 37 insertions(+), 25 deletions(-)
---
diff --git a/help/C/process-status.page b/help/C/process-status.page
index dc78006..008b747 100644
--- a/help/C/process-status.page
+++ b/help/C/process-status.page
@@ -1,8 +1,9 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
       id="process-status">
+
   <info>
-    <revision version="0.1" date="2014-01-26" status="review"/>
+    <revision pkgversion="3.11" date="2014-01-28" status="complete"/>
     <link type="guide" xref="index" group="processes-info" />
     <link type="seealso" xref="process-kill" />
     <link type="seealso" xref="cpu-check" />
@@ -22,30 +23,41 @@
 
   <p>The status of a process tells you whether it is currently doing something or not. There are four 
statuses that a process can have:</p>
 
-  <table shade="rows">
-  <tr>
-    <td><p>Running</p></td>
-    <td><p>Processes that are currently doing something (for example, a web browser loading a web page). 
Running processes are those that are actively using the processor (CPU).</p></td>
-  </tr>
-  <tr>
-    <td><p>Sleeping</p></td>
-    <td><p>Processes that are not currently doing anything (for example, because they are waiting for 
something to happen). They don't use any of the processor's time, but still take up memory. If they need to 
do something, they will "wake up" and change their status to <em>running</em>.</p></td>
-  </tr>
-  <tr>
-    <td><p>Stopped</p></td>
-    <td>
-      <p>A <em>stopped</em> process is one that has been put to sleep manually. You might want to stop a 
process temporarily if it is using too much processing time, for example.</p>
-      <p>To do this, click the process in the <gui>Processes</gui> tab, then right-click it and select 
<gui>Stop</gui> from the menu that appears. (You can wake it up again by clicking <gui>Continue</gui> on the 
same menu.)</p>
-    </td>
-  </tr>
-  <tr>
-    <td><p>Zombie</p></td>
-    <td>
-      <p>A zombie process is one that has finished running and will never start again, but is being kept in 
the list of processes for some reason. This usually happens because it was started by another program that 
needs to know if it finished successfully or not, but that hasn't checked on it yet.</p>
-      <p>Zombies do not use any memory or processing time, and will eventually go away. You do not need to 
do anything to get rid of them.</p>
-    </td>
-  </tr>
-  </table>
+  <terms>
+    <item>
+      <title>Running</title>
+      <p>Processes that are currently doing something (for example, a web
+      browser loading a web page). Running processes are those that are
+      actively using the processor (CPU).</p>
+    </item>
+    <item>
+      <title>Sleeping</title>
+      <p>Processes that are not currently doing anything (for example, because
+      they are waiting for something to happen). They don't use any of the
+      processor's time, but still take up memory. If they need to do something,
+      they will "wake up" and change their status to <em>running</em>.</p>
+    </item>
+    <item>
+      <title>Stopped</title>
+      <p>A <em>stopped</em> process is one that has been put to sleep manually.
+      You might want to stop a process temporarily if it is using too much
+      processing time, for example.</p>
+      <p>To do this, click the process in the <gui>Processes</gui> tab, then
+      right-click it and select <gui>Stop</gui> from the menu that appears. You
+      can wake it up again by clicking <gui>Continue</gui> on the same
+      menu.</p>
+    </item>
+    <item>
+      <title>Zombie</title>
+      <p>A zombie process is one that has finished running and will never start
+      again, but is being kept in the list of processes for some reason. This
+      usually happens because it was started by another program that needs to
+      know if it finished successfully or not, but which has not checked on the
+      process yet.</p>
+      <p>Zombie processes do not use any memory or processing time, and will
+      eventually go away. You do not need to do anything to get rid of them.</p>
+    </item>
+  </terms>
 
   <p>The majority of processes will either be running or sleeping.</p>
 


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