From 6c819f059e2bc585554c6d4f46e108f67df657b8 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 04:55:35 +0000 Subject: Unifies libip[6]t_mark.man to libxt_mark.man --- extensions/libip6t_mark.man | 9 --------- extensions/libipt_mark.man | 9 --------- extensions/libxt_mark.man | 9 +++++++++ 3 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 extensions/libip6t_mark.man delete mode 100644 extensions/libipt_mark.man create mode 100644 extensions/libxt_mark.man (limited to 'extensions') diff --git a/extensions/libip6t_mark.man b/extensions/libip6t_mark.man deleted file mode 100644 index a2a13957..00000000 --- a/extensions/libip6t_mark.man +++ /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). diff --git a/extensions/libipt_mark.man b/extensions/libipt_mark.man deleted file mode 100644 index a2a13957..00000000 --- a/extensions/libipt_mark.man +++ /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). diff --git a/extensions/libxt_mark.man b/extensions/libxt_mark.man new file mode 100644 index 00000000..a2a13957 --- /dev/null +++ b/extensions/libxt_mark.man @@ -0,0 +1,9 @@ +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). -- cgit v1.2.3