Fix typographical errors

This commit is contained in:
Alexis Hildebrandt 2017-10-03 10:02:26 +02:00 committed by Thomas Graf
parent b44d0152c4
commit 737c642819
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ in parallel. bmon automatically loads a useful and working input module
by default. See INPUT MODULES for more details. by default. See INPUT MODULES for more details.
.RE .RE
.PP .PP
\fB \-o\fR, \fB\-\-output\fRMODULE[:OPTIONS][,MODULE...] \fB \-o\fR, \fB\-\-output=\fRMODULE[:OPTIONS][,MODULE...]
.RS 4 .RS 4
Set list of output modules to load and use. Multiple modules can be used 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 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. INTERFACE SELECTION for more details.
.RE .RE
.PP .PP
\fB \-a\fR, \fB\-\-show\-all=\fR \fB \-a\fR, \fB\-\-show\-all\fR
.RS 4 .RS 4
Display all interfaces, even interface that are administratively down. Display all interfaces, even interface that are administratively down.
.RE .RE
@ -137,7 +137,7 @@ The following output modules exist:
.TP .TP
\fBcurses\fR \fBcurses\fR
Interactive curses based text user interface providing real time rate 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. to display the quick reference guide. This is the default output mode.
.TP .TP

View File

@ -67,14 +67,14 @@ static char *usage_text =
" Examples:\n" \ " Examples:\n" \
" -o curses:ngraph=2\n" \ " -o curses:ngraph=2\n" \
" -o list # Shows a list of available modules\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" \ "\n" \
"Interface selection:\n" \ "Interface selection:\n" \
" policy := [!]simple_regexp,[!]simple_regexp,...\n" \ " policy := [!]simple_regexp,[!]simple_regexp,...\n" \
"\n" \ "\n" \
" Example: -p 'eth*,lo*,!eth1'\n" \ " Example: -p 'eth*,lo*,!eth1'\n" \
"\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) static void do_shutdown(void)
{ {

View File

@ -1254,7 +1254,7 @@ static void print_module_help(void)
" Author: Thomas Graf <tgraf@suug.ch>\n" \ " Author: Thomas Graf <tgraf@suug.ch>\n" \
"\n" \ "\n" \
" Options:\n" \ " Options:\n" \
" fgchar=CHAR Foreground character (default: '*')\n" \ " fgchar=CHAR Foreground character (default: '|')\n" \
" bgchar=CHAR Background character (default: '.')\n" \ " bgchar=CHAR Background character (default: '.')\n" \
" nchar=CHAR Noise character (default: ':')\n" \ " nchar=CHAR Noise character (default: ':')\n" \
" uchar=CHAR Unknown character (default: '?')\n" \ " uchar=CHAR Unknown character (default: '?')\n" \