File iftop-manpage.patch of Package iftop
# Fixes a few typos. Thanks to A.Costa for the most of them.
Index: iftop.8
===================================================================
--- iftop.8.orig
+++ iftop.8
@@ -25,7 +25,7 @@ By default, \fBiftop\fP will look up the
finds in packets. This can cause substantial traffic of itself, and may result
in a confusing display. You may wish to suppress display of DNS traffic by
using filter code such as \fBnot port domain\fP, or switch it off entirely,
-by using the \fB-n\fP option or by pressing \fBR\fP when the program is running.
+by using the \fB-n\fP option or by pressing \fBn\fP when the program is running.
By default, \fBiftop\fP counts all IP packets that pass through the filter, and
the direction of the packet is determined according to the direction the packet
@@ -43,7 +43,7 @@ Ignore ethernet broadcast packets.
Count web traffic only, unless it is being directed through a local web cache.
.TP
\fBicmp\fP
-How much bandwith are users wasting trying to figure out why the network is
+How much bandwidth are users wasting trying to figure out why the network is
slow?
.SH OPTIONS
@@ -85,6 +85,9 @@ is determined relative to the network bo
You may specify \fImask\fP as a dotted quad, such as /255.255.255.0, or as a
single number specifying the number of bits set in the netmask, such as /24.
.TP
+\fB-m\fP \fIlimit\fP
+Sets the upper limit for the bandwidth scale in bits/sec.
+.TP
\fB-c\fP \fIconfig file\fP
Specifies an alternate config file. If not specified, iftop will use
\fB~/.iftoprc\fP if it exists. See below for a description of config files
@@ -104,7 +107,6 @@ instance,
foo.example.com => bar.example.com 1Kb 500b 100b
<= 2Mb 2Mb 2Mb
-.Sp
.fi
shows, on the first line, traffic from \fBfoo.example.com\fP to
\fBbar.example.com\fP; in the preceding 2 seconds, this averaged 1Kbit/s,
@@ -229,13 +231,15 @@ Sets which column is used to sort the di
Controls the appearance of each item in the display.
.TP
\fBshow-totals:\fP \fI(yes|no)\fP
-Shows cummulative total for each item.
+Shows cumulative total for each item.
.TP
\fBlog-scale:\fP \fI(yes|no)\fP
Use a logarithmic scale for bar graphs.
.TP
\fBmax-bandwidth:\fP \fIbw\fP
-Fixes the maximum for the bar graph scale to \fIbw\fP, e.g. "10M"
+Fixes the maximum for the bar graph scale to \fIbw\fP, e.g. "10M". Note that the
+value has to always be in bits, regardsless if the option to display in bytes has
+been choosen.
.TP
\fBnet-filter:\fP \fInet/mask\fP
Defines an IP network boundary for determining packet direction.