diff options
| author | Paul Buetow <paul@buetow.org> | 2012-07-11 09:52:09 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-07-11 09:52:09 +0200 |
| commit | 18724650e9a4e967f6bd9c36014b2b6beb03ded7 (patch) | |
| tree | 076e6e359e74b57cd2569cec3a33abb46be2906d | |
| parent | fdeea3ebabb0d64cc8ea545505dca3f18ec22755 (diff) | |
run perltidy
| -rw-r--r-- | docs/loadbars.1 | 2 | ||||
| -rw-r--r-- | docs/loadbars.txt | 4 | ||||
| -rw-r--r-- | 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"; } |
