summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorasergi <al3hex@gmail.com>2012-06-19 13:00:00 +0200
committerasergi <al3hex@gmail.com>2012-06-19 13:00:00 +0200
commit5bdb9af329e03f4ef6c8f2308201ddc44e9065ac (patch)
treea990b67dfc8700d2450e6337adc7d42930fa97f2 /man
parent0c8c91297ef4db46e5117ba697f2bd053e3b7aef (diff)
Strip leading/trailing whitespaces from all files
Diffstat (limited to 'man')
-rw-r--r--man/glances.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/glances.1 b/man/glances.1
index 3b3886c9..f42564e6 100644
--- a/man/glances.1
+++ b/man/glances.1
@@ -2,7 +2,7 @@
.SH NAME
glances \- CLI curses based monitoring tool
.SH SYNOPSIS
-.B glances
+.B glances
[\-h] [\-t refresh] [\-v]
.SH DESCRIPTION
Glances is a free (LGPL) curses-based monitoring tool which aims to present a maximum of information
@@ -31,7 +31,7 @@ You can use the following keys to sort the processesi list:
.PP
'q' Exit
.PP
-The current version grab the following stats: CPU, Load, Memory, Network rate, Disk IO, file system,
+The current version grab the following stats: CPU, Load, Memory, Network rate, Disk IO, file system,
process number and details.
.SH OPTIONS
.TP
@@ -53,6 +53,6 @@ Refresh information every 5 seconds:
.SH EXIT STATUS
glances returns a zero exit status if it succeeds to print/grab information.
.PP
-It returns 2 if it fails to parse its options (missing arguments, invalid value, etc).
+It returns 2 if it fails to parse its options (missing arguments, invalid value, etc).
.SH AUTHOR
Glances is written by Nicolargo (contact@nicolargo.com).