summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2017-10-03 10:02:26 +0200
committerThomas Graf <tgraf@suug.ch>2018-01-03 10:35:15 +0100
commit737c642819d0af392872d0ca607f075d62c0ed70 (patch)
treef7ee5d58dcf58508aa7f864da815e81ce49e82b3
parentb44d0152c47105db081d36b13b590b8f423f0265 (diff)
Fix typographical errors
-rw-r--r--man/bmon.86
-rw-r--r--src/bmon.c4
-rw-r--r--src/out_curses.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/man/bmon.8 b/man/bmon.8
index e371ad8..36e0d53 100644
--- a/man/bmon.8
+++ b/man/bmon.8
@@ -34,7 +34,7 @@ in parallel. bmon automatically loads a useful and working input module
by default. See INPUT MODULES for more details.
.RE
.PP
-\fB \-o\fR, \fB\-\-output\fRMODULE[:OPTIONS][,MODULE...]
+\fB \-o\fR, \fB\-\-output=\fRMODULE[:OPTIONS][,MODULE...]
.RS 4
Set list of output modules to load and use. Multiple modules can be used
in parallel. By default, bmon will use the curses output mode, if that is
@@ -58,7 +58,7 @@ Set policy defining which network interfaces to display. See
INTERFACE SELECTION for more details.
.RE
.PP
-\fB \-a\fR, \fB\-\-show\-all=\fR
+\fB \-a\fR, \fB\-\-show\-all\fR
.RS 4
Display all interfaces, even interface that are administratively down.
.RE
@@ -137,7 +137,7 @@ The following output modules exist:
.TP
\fBcurses\fR
Interactive curses based text user interface providing real time rate
-estimations and a graphical representatio nof each attribute. Press '?'
+estimations and a graphical representation of each attribute. Press '?'
to display the quick reference guide. This is the default output mode.
.TP
diff --git a/src/bmon.c b/src/bmon.c
index 9fa684c..882ab67 100644
--- a/src/bmon.c
+++ b/src/bmon.c
@@ -67,14 +67,14 @@ static char *usage_text =
" Examples:\n" \
" -o curses:ngraph=2\n" \
" -o list # Shows a list of available modules\n" \
-" -o curses:help # Shows a help text for html module\n" \
+" -o curses:help # Shows a help text for curses module\n" \
"\n" \
"Interface selection:\n" \
" policy := [!]simple_regexp,[!]simple_regexp,...\n" \
"\n" \
" Example: -p 'eth*,lo*,!eth1'\n" \
"\n" \
-"Please see the bmon(1) man pages for full documentation.\n";
+"Please see the bmon(8) man pages for full documentation.\n";
static void do_shutdown(void)
{
diff --git a/src/out_curses.c b/src/out_curses.c
index e5317de..c7bcf17 100644
--- a/src/out_curses.c
+++ b/src/out_curses.c
@@ -1254,7 +1254,7 @@ static void print_module_help(void)
" Author: Thomas Graf <tgraf@suug.ch>\n" \
"\n" \
" Options:\n" \
- " fgchar=CHAR Foreground character (default: '*')\n" \
+ " fgchar=CHAR Foreground character (default: '|')\n" \
" bgchar=CHAR Background character (default: '.')\n" \
" nchar=CHAR Noise character (default: ':')\n" \
" uchar=CHAR Unknown character (default: '?')\n" \