Fix typographical errors
This commit is contained in:
parent
b44d0152c4
commit
737c642819
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user