diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-01-12 04:53:18 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-01-12 04:53:18 +0100 |
commit | fea74bf74ff524431ce65145f1523584edf99dc9 (patch) | |
tree | e0ddfbeca93e159dcb0cc7c77df34206fbea26f9 /extensions/libxt_connbytes.man | |
parent | 0c2b5a4aff8ee61529aca8541f7fdae18500470f (diff) |
doc: escape minus sign in manpages
groff formats '-' as a hyphen, and '\-' is needed for a minus.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_connbytes.man')
-rw-r--r-- | extensions/libxt_connbytes.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/libxt_connbytes.man b/extensions/libxt_connbytes.man index f5479689..fc8c141c 100644 --- a/extensions/libxt_connbytes.man +++ b/extensions/libxt_connbytes.man @@ -10,16 +10,16 @@ scheduled using a lower priority band in traffic control. The transferred bytes per connection can also be viewed through /proc/net/ip_conntrack and accessed via ctnetlink .TP -[\fB!\fP] \fB--connbytes\fP \fIfrom\fP[\fB:\fR\fIto\fP] +[\fB!\fP] \fB\-\-connbytes\fP \fIfrom\fP[\fB:\fP\fIto\fP] match packets from a connection whose packets/bytes/average packet size is more than FROM and less than TO bytes/packets. if TO is omitted only FROM check is done. "!" is used to match packets not falling in the range. .TP -\fB--connbytes-dir\fR {\fBoriginal\fR|\fBreply\fR|\fBboth\fR} +\fB\-\-connbytes\-dir\fP {\fBoriginal\fP|\fBreply\fP|\fBboth\fP} which packets to consider .TP -\fB--connbytes-mode\fR {\fBpackets\fR|\fBbytes\fR|\fBavgpkt\fR} +\fB\-\-connbytes\-mode\fP {\fBpackets\fP|\fBbytes\fP|\fBavgpkt\fP} whether to check the amount of packets, number of bytes transferred or the average size (in bytes) of all packets received so far. Note that when "both" is used together with "avgpkt", and data is going (mainly) @@ -27,4 +27,4 @@ only in one direction (for example HTTP), the average packet size will be about half of the actual data packets. .TP Example: -iptables .. -m connbytes --connbytes 10000:100000 --connbytes-dir both --connbytes-mode bytes ... +iptables .. \-m connbytes \-\-connbytes 10000:100000 \-\-connbytes\-dir both \-\-connbytes\-mode bytes ... |