]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Unifies libip[6]t_mark.man to libxt_mark.man
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Thu, 29 Nov 2007 04:55:35 +0000 (04:55 +0000)
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Thu, 29 Nov 2007 04:55:35 +0000 (04:55 +0000)
extensions/libipt_mark.man [deleted file]
extensions/libxt_mark.man [moved from extensions/libip6t_mark.man with 100% similarity]

diff --git a/extensions/libipt_mark.man b/extensions/libipt_mark.man
deleted file mode 100644 (file)
index a2a1395..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-This module matches the netfilter mark field associated with a packet
-(which can be set using the
-.B MARK
-target below).
-.TP
-.BR "--mark " "\fIvalue\fP[/\fImask\fP]"
-Matches packets with the given unsigned mark value (if a \fImask\fP is
-specified, this is logically ANDed with the \fImask\fP before the
-comparison).