diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-31 15:31:59 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-31 15:31:59 +0200 |
commit | 70744136608e3ee38f15c994fc2633cf5e3c9fa2 (patch) | |
tree | 7a37157b85b4c012cefdda28af288b10188ab00a /conntrack.8 | |
parent | 0114456525a8a805d0a53040b7170b7c7d7f7007 (diff) | |
download | conntrack-tools-70744136608e3ee38f15c994fc2633cf5e3c9fa2.tar.gz conntrack-tools-70744136608e3ee38f15c994fc2633cf5e3c9fa2.zip |
conntrack: fix missing bits in `-C' command
This patch fixes some missing bits for the `-C' conntrack command
like the manpage information, the usage help, the `--counters'
synonymous and the commands vs. options checking.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrack.8')
-rw-r--r-- | conntrack.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index 94f4e41..280af9c 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -19,6 +19,8 @@ conntrack \- command line interface for netfilter connection tracking .BR "conntrack -E [table] parameters" .br .BR "conntrack -F [table]" +.br +.BR "conntrack -C [table]" .SH DESCRIPTION .B conntrack provides a full featured userspace interface to the netfilter connection tracking system that is intended to replace the old /proc/net/ip_conntrack interface. This tool can be used to search, list, inspect and maintain the connection tracking subsystem of the Linux kernel. |