]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_connbytes: minor manpage adustments
authorJan Engelhardt <jengelh@medozas.de>
Tue, 17 Mar 2009 15:32:49 +0000 (16:32 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 17 Mar 2009 15:33:07 +0000 (16:33 +0100)
Use explicit paragraph separator and conntrack(8).

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_connbytes.man

index fc8c141cca2941fe45d92227ac104c3a4272e08e..b5608a354c5ce96795b71b8f99529ed13e97df58 100644 (file)
@@ -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