summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-03-17 16:32:49 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-03-17 16:33:07 +0100
commita73a34ad9c9bb30dafbd7b5ca15b902e83c50ee2 (patch)
treec01b118e15a1efef3d9bca5924c4f0a2aec6be6c
parent38725a4411b0e0f34a3077e37b0be860352085a8 (diff)
libxt_connbytes: minor manpage adustments
Use explicit paragraph separator and conntrack(8). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--extensions/libxt_connbytes.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/libxt_connbytes.man b/extensions/libxt_connbytes.man
index fc8c141c..b5608a35 100644
--- a/extensions/libxt_connbytes.man
+++ b/extensions/libxt_connbytes.man
@@ -1,14 +1,14 @@
Match by how many bytes or packets a connection (or one of the two
flows constituting the connection) has transferred so far, or by
average bytes per packet.
-
-The counters are 64bit and are thus not expected to overflow ;)
-
+.PP
+The counters are 64-bit and are thus not expected to overflow ;)
+.PP
The primary use is to detect long-lived downloads and mark them to be
scheduled using a lower priority band in traffic control.
-
+.PP
The transferred bytes per connection can also be viewed through
-/proc/net/ip_conntrack and accessed via ctnetlink
+`conntrack -L` and accessed via ctnetlink.
.TP
[\fB!\fP] \fB\-\-connbytes\fP \fIfrom\fP[\fB:\fP\fIto\fP]
match packets from a connection whose packets/bytes/average packet