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

@ -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)
{

View File

@ -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" \