diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2008-06-08 19:11:51 +0200 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-06-08 19:11:51 +0200 |
commit | 9b488b992872d4d2b7ebf7897d74d52f4fb59e1c (patch) | |
tree | 53f6cbd44c025aec18b9307cd88bbae43bb921e4 /extensions/libxt_connbytes.man | |
parent | 0ea82bc43e9262cdbb9880ca56bb514db4c77f8e (diff) |
manpage updates
A number of options support negation, but the manpage did not reflect
this ("[!]" was absent). Also fix a few [] (optional arguments) to {}
(required arguments) in the option-BNF.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_connbytes.man b/extensions/libxt_connbytes.man index 124ff6f4..f5479689 100644 --- a/extensions/libxt_connbytes.man +++ b/extensions/libxt_connbytes.man @@ -16,10 +16,10 @@ 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\fR {\fBoriginal\fR|\fBreply\fR|\fBboth\fR} which packets to consider .TP -\fB--connbytes-mode\fR [\fBpackets\fR|\fBbytes\fR|\fBavgpkt\fR] +\fB--connbytes-mode\fR {\fBpackets\fR|\fBbytes\fR|\fBavgpkt\fR} 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) |