summaryrefslogtreecommitdiffstats
path: root/src/bmon.c
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 /src/bmon.c
parentb44d0152c47105db081d36b13b590b8f423f0265 (diff)
Fix typographical errors
Diffstat (limited to 'src/bmon.c')
-rw-r--r--src/bmon.c4
1 files changed, 2 insertions, 2 deletions
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)
{