From 737c642819d0af392872d0ca607f075d62c0ed70 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 3 Oct 2017 10:02:26 +0200 Subject: Fix typographical errors --- man/bmon.8 | 6 +++--- src/bmon.c | 4 ++-- src/out_curses.c | 2 +- 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 \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" \ -- cgit v1.2.3