From 70744136608e3ee38f15c994fc2633cf5e3c9fa2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 31 Mar 2009 15:31:59 +0200 Subject: 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 --- conntrack.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conntrack.8') 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. -- cgit v1.2.3