summaryrefslogtreecommitdiffstats
path: root/conntrack.8
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-10-22 15:11:35 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-10-22 15:11:35 +0200
commit367bd830bb88393a639f6f41c3f390f6dd3e120f (patch)
tree17fe1e6e45158ca05d4d7ac7e47cf5cca465784a /conntrack.8
parent61a1120a6bf28e9206e012f6c327b67d50edc1c8 (diff)
conntrack: add missing -U in conntrack(8) manpage
This patch adds information about -U which was missing. Reported-by: Karel Rericha <karel@maxtel.cz> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrack.8')
-rw-r--r--conntrack.87
1 files changed, 6 insertions, 1 deletions
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@netfilter.org (Jun 2005)
.\" Maintained by Pablo Neira Ayuso <pablo@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