1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: Spelling in man page
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617336
Author: Peter Blackman <peter@pblackman.plus.com>
Forwarded: https://github.com/matttbe/ifstat/issues/2
Index: b/ifstat.1
===================================================================
--- a/ifstat.1
+++ b/ifstat.1
@@ -167,7 +167,7 @@
Adds a timestamp at the beginning of each line.
.IP "\fB\-T\fR" 4
.IX Item "-T"
-Reports total bandwith for all monitored interfaces.
+Reports total bandwidth for all monitored interfaces.
.IP "\fB\-A\fR" 4
.IX Item "-A"
Disables use of interface indexes: by default, when polling mechanism is index based (snmp, ifmib), ifstat remembers indexes of monitored interfaces to poll only them. However, if interfaces indexes change often (new interfaces added, etc), you might loose some stats, hence this flag. Note that if you ask ifstat to monitor a non existent interface, it will poll all interfaces until it finds the requested one (regardless of this flag) so you can poll for an interface that goes up and down.
@@ -182,7 +182,7 @@
Keep stats updated on the same line if possible (no scrolling nor wrapping).
.IP "\fB\-b\fR" 4
.IX Item "-b"
-Reports bandwith in kbits/sec instead of kbytes/sec.
+Reports bandwidth in kbits/sec instead of kbytes/sec.
.IP "\fB\-q\fR" 4
.IX Item "-q"
Quiet mode, warnings are not printed.
|