diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-06-20 20:07:33 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-06-20 20:07:33 +0200 |
commit | faea76e8bc626549f4d338a3bf22e466336264ca (patch) | |
tree | 1a43e5d19143042f8b92c081f8fd45ed43ed9218 /conntrackd.8 | |
parent | d9c0564db6b3f3ecb196508458a91b03d45fadb2 (diff) | |
download | conntrack-tools-faea76e8bc626549f4d338a3bf22e466336264ca.tar.gz conntrack-tools-faea76e8bc626549f4d338a3bf22e466336264ca.zip |
conntrackd: rename `-s queue' option by `-s rsqueue'
This patch renames the statistics option that displays the content
of the resend queue which is used by the ftfw mode.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index 1342c22..61a3e0e 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -44,7 +44,7 @@ option will not flush your internal and external cache). .BI "-k " Kill the daemon .TP -.BI "-s " "[|network|cache|runtime|link|queue|process]" +.BI "-s " "[|network|cache|runtime|link|rsqueue|process]" Dump statistics. If no parameter is passed, it displays the general statistics. If "network" is passed as parameter it displays the networking statistics. If "cache" is passed as parameter, it shows the extended cache statistics. |