From 18724650e9a4e967f6bd9c36014b2b6beb03ded7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Jul 2012 09:52:09 +0200 Subject: run perltidy --- docs/loadbars.1 | 2 +- docs/loadbars.txt | 4 +++- lib/Loadbars/Main.pm | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/loadbars.1 b/docs/loadbars.1 index 188295b..98f578d 100644 --- a/docs/loadbars.1 +++ b/docs/loadbars.1 @@ -204,7 +204,7 @@ showtext=0 # Always don't display text on startup extended=1 # Always use extended mode on startup .RE .PP -will always show all \s-1CPU\s0 cores in extended mode but no text display. +will always show all \s-1CPU\s0 cores in extended mode but no text display. If you press the 'w' hotkey during program execution your config file will be overwritten using the current settings. .SH "LICENSE" .IX Header "LICENSE" See package description or project website. diff --git a/docs/loadbars.txt b/docs/loadbars.txt index aab011b..62d45ee 100644 --- a/docs/loadbars.txt +++ b/docs/loadbars.txt @@ -85,7 +85,9 @@ INFO extended=1 # Always use extended mode on startup - will always show all CPU cores in extended mode but no text display. + will always show all CPU cores in extended mode but no text display. If + you press the 'w' hotkey during program execution your config file will + be overwritten using the current settings. LICENSE See package description or project website. diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm index ff03411..4f34c9e 100644 --- a/lib/Loadbars/Main.pm +++ b/lib/Loadbars/Main.pm @@ -535,7 +535,7 @@ sub loop ($@) { } elsif ( $key_name eq 'n' ) { if ( $C{shownet} ) { - $net_int = net_next_int ++$net_int_number; + $net_int = net_next_int ++$net_int_number; $sdl_redraw_background = 1; display_info "Using net interface which is $net_int"; } -- cgit v1.2.3