From 2465c9c648d147837bdae9d72728f2a29bdd1174 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 3 Aug 2013 20:33:00 +0200 Subject: Fix typo in doc --- docs/glances-doc.html | 12 ++++++------ docs/glances-doc.rst | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') 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.

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

@@ -396,7 +396,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

@@ -411,7 +411,7 @@ The first line also display the number of CPU core.

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

@@ -443,7 +443,7 @@ available on Linux) and hddtemp daemon.

$ glances -y

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

@@ -463,7 +463,7 @@ adapted dynamically.

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

@@ -479,7 +479,7 @@ adapted dynamically.

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.

VIRT
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. -- cgit v1.2.3