[gnome-system-monitor/wip/mallard-help: 34/68] Fixed mem-check validation, added process-columns



commit 6391f49ac830a1ae8d7e1b91376d686d9a5142f6
Author: Michael Hill <mdhill src gnome org>
Date:   Sat Feb 23 11:24:27 2013 -0500

    Fixed mem-check validation, added process-columns

 help/C/mem-check.page       |    4 ++--
 help/C/process-columns.page |   15 +++++++++++++--
 2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/help/C/mem-check.page b/help/C/mem-check.page
index d9f7539..a9c1807 100644
--- a/help/C/mem-check.page
+++ b/help/C/mem-check.page
@@ -64,7 +64,7 @@
       </item>
     </steps>
 
-<section>
+<section id="highusage">
   <title>What if your current memory usage is too high?</title>
 
   <p>To check which processes are using the most memory:</p>
@@ -77,7 +77,7 @@
       <p>Click the <gui>Memory</gui> column header to sort the processes
       according to memory use.</p>
       <note>
-       <p>The arrow in the column header shows the sort direction; click again
+       <p>The arrow in the column header shows the sort direction; click again
         to reverse it. If the arrow points up, the processes using the most
         memory appear at the top of the list.</p>
       </note>
diff --git a/help/C/process-columns.page b/help/C/process-columns.page
index 67ca469..5d1eb92 100644
--- a/help/C/process-columns.page
+++ b/help/C/process-columns.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="process-columns">
   <info>
-    <revision version="0.1" date="2011-08-19" status="stub"/>
+    <revision version="0.2" date="2013-02-23" status="review"/>
     <link type="guide" xref="index" group="processes-tasks" />
 
     <credit type="author copyright">
@@ -126,7 +126,7 @@
 
   <tr>
        <td><p>Memory</p></td>
-       <td><p>A tasks currently-used share of available physical memory.</p></td>
+       <td><p>A task's currently-used share of available physical memory.</p></td>
    </tr>
 
   <tr>
@@ -135,6 +135,17 @@
         processing time.</p></td>
    </tr>
 
+  <tr>
+       <td><p>Control Group</p></td>
+       <td><p>The named hierarchical group to which the process is assigned.</p></td>
+   </tr>
+
+  <tr>
+       <td><p>Priority</p></td>
+       <td><p>The nice value expressed as <gui>Very Low</gui>, <gui>Low</gui>,
+       <gui>Normal</gui>, <gui>High</gui>, or <gui>Very High</gui>.</p></td>
+   </tr>
+
 </table>
 
 </page>


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