summaryrefslogtreecommitdiffstats
path: root/docs/glances-doc.rst
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 /docs/glances-doc.rst
parent41515287e7ba115eaedc5e298c270e0a732b4ce0 (diff)
Fix typo in doc
Diffstat (limited to 'docs/glances-doc.rst')
-rw-r--r--docs/glances-doc.rst12
1 files changed, 6 insertions, 6 deletions
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.