[conntrack-tools] conntrack: add missing -U in conntrack(8) manpage

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Wed Oct 22 15:13:02 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=367bd830bb88393a639f6f41c3f390f6dd3e120f
commit 367bd830bb88393a639f6f41c3f390f6dd3e120f
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Oct 22 15:11:35 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Oct 22 15:11:35 2008 +0200

    conntrack: add missing -U in conntrack(8) manpage
    
    This patch adds information about -U which was missing.
    
    Reported-by: Karel Rericha <karel at maxtel.cz>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  367bd830bb88393a639f6f41c3f390f6dd3e120f (commit)
      from  61a1120a6bf28e9206e012f6c327b67d50edc1c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 367bd830bb88393a639f6f41c3f390f6dd3e120f
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Oct 22 15:11:35 2008 +0200

    conntrack: add missing -U in conntrack(8) manpage
    
    This patch adds information about -U which was missing.
    
    Reported-by: Karel Rericha <karel at maxtel.cz>
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 conntrack.8 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
This patch adds information about -U which was missing.

Reported-by: Karel Rericha <karel at maxtel.cz>
Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/conntrack.8 b/conntrack.8
index bfb2de0..cbf8434 100644
--- a/conntrack.8
+++ b/conntrack.8
@@ -1,4 +1,4 @@
-.TH CONNTRACK 8 "May 6, 2007" "" ""
+.TH CONNTRACK 8 "Oct 22, 2008" "" ""
 
 .\" Man page written by Harald Welte <laforge at netfilter.org (Jun 2005)
 .\" Maintained by Pablo Neira Ayuso <pablo at netfilter.org (May 2007)
@@ -14,6 +14,8 @@ conntrack \- command line interface for netfilter connection tracking
 .br
 .BR "conntrack -I [table] parameters"
 .br
+.BR "conntrack -U [table] parameters"
+.br
 .BR "conntrack -E [table] parameters"
 .br
 .BR "conntrack -F [table]"
@@ -62,6 +64,9 @@ Delete an entry from the given table.
 .BI "-I, --create "
 Create a new entry from the given table.
 .TP
+.BI "-U, --update "
+Update an entry from the given table.
+.TP
 .BI "-E, --event "
 Display a real-time event log.
 .TP



More information about the netfilter-cvslog mailing list