summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2013-08-03 20:33:00 +0200
committerAlessio Sergi <al3hex@gmail.com>2013-08-03 20:33:00 +0200
commit2465c9c648d147837bdae9d72728f2a29bdd1174 (patch)
treeb08c690fbe62cef03fadf4bcd7f25c852b3f25aa
parent41515287e7ba115eaedc5e298c270e0a732b4ce0 (diff)
Fix typo in doc
-rw-r--r--docs/glances-doc.html12
-rw-r--r--docs/glances-doc.rst12
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/glances-doc.html b/docs/glances-doc.html
index 2bc5c231..27b37620 100644
--- a/docs/glances-doc.html
+++ b/docs/glances-doc.html
@@ -377,7 +377,7 @@ The total CPU usage is displayed on the first line.</p>
<div class="line">If user|system|nice CPU is <tt class="docutils literal">&gt;70%</tt>, then status is set to <tt class="docutils literal">&quot;WARNING&quot;</tt></div>
<div class="line">If user|system|nice CPU is <tt class="docutils literal">&gt;90%</tt>, then status is set to <tt class="docutils literal">&quot;CRITICAL&quot;</tt></div>
</div>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under the <tt class="docutils literal">[cpu]</tt> section.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal">[cpu]</tt> section.</p>
</div>
<div class="section" id="load">
<h2><a class="toc-backref" href="#id15">Load</a></h2>
@@ -396,7 +396,7 @@ The first line also display the number of CPU core.</p>
<div class="line">If average load is <tt class="docutils literal">&gt;1*core</tt>, then status is set to <tt class="docutils literal">&quot;WARNING&quot;</tt></div>
<div class="line">If average load is <tt class="docutils literal">&gt;5*core</tt>, then status is set to <tt class="docutils literal">&quot;CRITICAL&quot;</tt></div>
</div>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under the <tt class="docutils literal">[load]</tt> section.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal">[load]</tt> section.</p>
</div>
<div class="section" id="memory">
<h2><a class="toc-backref" href="#id16">Memory</a></h2>
@@ -411,7 +411,7 @@ The first line also display the number of CPU core.</p>
<div class="line">If memory is <tt class="docutils literal">&gt;70%</tt>, then status is set to <tt class="docutils literal">&quot;WARNING&quot;</tt></div>
<div class="line">If memory is <tt class="docutils literal">&gt;90%</tt>, then status is set to <tt class="docutils literal">&quot;CRITICAL&quot;</tt></div>
</div>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under the <tt class="docutils literal">[memory]</tt> and <tt class="docutils literal">[swap]</tt> sections.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal">[memory]</tt> and <tt class="docutils literal">[swap]</tt> sections.</p>
</div>
<div class="section" id="network">
<h2><a class="toc-backref" href="#id17">Network</a></h2>
@@ -443,7 +443,7 @@ available on Linux) and <cite>hddtemp</cite> daemon.</p>
<span class="generic prompt">$</span> glances -y
</pre>
<p>There is no alert on this information.</p>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under the <tt class="docutils literal">[temperature]</tt> and <tt class="docutils literal">[hddtemperature]</tt> sections.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal">[temperature]</tt> and <tt class="docutils literal">[hddtemperature]</tt> sections.</p>
</div>
<div class="section" id="disk-i-o">
<h2><a class="toc-backref" href="#id19">Disk I/O</a></h2>
@@ -463,7 +463,7 @@ adapted dynamically.</p>
<div class="line">If disk used is <tt class="docutils literal">&gt;70%</tt>, then status is set to <tt class="docutils literal">&quot;WARNING&quot;</tt></div>
<div class="line">If disk used is <tt class="docutils literal">&gt;90%</tt>, then status is set to <tt class="docutils literal">&quot;CRITICAL&quot;</tt></div>
</div>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under <tt class="docutils literal">[filesystem]</tt> section.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under <tt class="docutils literal">[filesystem]</tt> section.</p>
</div>
<div class="section" id="processes-list">
<h2><a class="toc-backref" href="#id21">Processes list</a></h2>
@@ -479,7 +479,7 @@ adapted dynamically.</p>
</ul>
<p>By default, or if you hit the <tt class="docutils literal">a</tt> key, the processes list is automatically
sorted by CPU of memory usage.</p>
-<p><em>Note</em>: limits values can be overwritten in the configuration file under the <tt class="docutils literal">[process]</tt> section.</p>
+<p><em>Note</em>: limit values can be overwritten in the configuration file under the <tt class="docutils literal">[process]</tt> section.</p>
<p>The number of processes in the list is adapted to the screen size.</p>
<dl class="docutils">
<dt><tt class="docutils literal">VIRT</tt></dt>
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 19487c75..5f25c1d8 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -219,7 +219,7 @@ The total CPU usage is displayed on the first line.
| If user|system|nice CPU is ``>70%``, then status is set to ``"WARNING"``
| If user|system|nice CPU is ``>90%``, then status is set to ``"CRITICAL"``
-*Note*: limits values can be overwritten in the configuration file under the ``[cpu]`` section.
+*Note*: limit values can be overwritten in the configuration file under the ``[cpu]`` section.
Load
----
@@ -241,7 +241,7 @@ The first line also display the number of CPU core.
| If average load is ``>1*core``, then status is set to ``"WARNING"``
| If average load is ``>5*core``, then status is set to ``"CRITICAL"``
-*Note*: limits values can be overwritten in the configuration file under the ``[load]`` section.
+*Note*: limit values can be overwritten in the configuration file under the ``[load]`` section.
Memory
------
@@ -261,7 +261,7 @@ With Glances, alerts are only set for on used memory and used swap.
| If memory is ``>70%``, then status is set to ``"WARNING"``
| If memory is ``>90%``, then status is set to ``"CRITICAL"``
-*Note*: limits values can be overwritten in the configuration file under the ``[memory]`` and ``[swap]`` sections.
+*Note*: limit values can be overwritten in the configuration file under the ``[memory]`` and ``[swap]`` sections.
Network
-------
@@ -305,7 +305,7 @@ To enable the hddtemp module:
There is no alert on this information.
-*Note*: limits values can be overwritten in the configuration file under the ``[temperature]`` and ``[hddtemperature]`` sections.
+*Note*: limit values can be overwritten in the configuration file under the ``[temperature]`` and ``[hddtemperature]`` sections.
Disk I/O
--------
@@ -331,7 +331,7 @@ Alerts are set for used disk space:
| If disk used is ``>70%``, then status is set to ``"WARNING"``
| If disk used is ``>90%``, then status is set to ``"CRITICAL"``
-*Note*: limits values can be overwritten in the configuration file under ``[filesystem]`` section.
+*Note*: limit values can be overwritten in the configuration file under ``[filesystem]`` section.
Processes list
--------------
@@ -353,7 +353,7 @@ Three views are available for processes:
By default, or if you hit the ``a`` key, the processes list is automatically
sorted by CPU of memory usage.
-*Note*: limits values can be overwritten in the configuration file under the ``[process]`` section.
+*Note*: limit values can be overwritten in the configuration file under the ``[process]`` section.
The number of processes in the list is adapted to the screen size.