* [PATCH] iptables: extensions: Fix MARK target help
@ 2017-11-27 15:18 Mart Frauenlob
2017-11-27 15:25 ` Florian Westphal
0 siblings, 1 reply; 2+ messages in thread
From: Mart Frauenlob @ 2017-11-27 15:18 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 51 bytes --]
A typo in the help output of: iptables -j MARK -h.
[-- Attachment #2: 0001-iptables-extensions-Fix-MARK-target-help.patch --]
[-- Type: text/plain, Size: 922 bytes --]
From bf3f7fff81faf5dc14fcb7d516fcc47bd406f498 Mon Sep 17 00:00:00 2001
From: Mart Frauenlob <mart.frauenlob@chello.at>
Date: Mon, 27 Nov 2017 15:49:58 +0100
Subject: [PATCH] iptables: extensions: Fix MARK target help.
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
---
extensions/libxt_MARK.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/libxt_MARK.c b/extensions/libxt_MARK.c
index c2f15e3..12b1695 100644
--- a/extensions/libxt_MARK.c
+++ b/extensions/libxt_MARK.c
@@ -76,7 +76,7 @@ static void mark_tg_help(void)
" --set-mark value[/mask] Clear bits in mask and OR value into nfmark\n"
" --and-mark bits Binary AND the nfmark with bits\n"
" --or-mark bits Binary OR the nfmark with bits\n"
-" --xor-mask bits Binary XOR the nfmark with bits\n"
+" --xor-mark bits Binary XOR the nfmark with bits\n"
"\n");
}
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iptables: extensions: Fix MARK target help
2017-11-27 15:18 [PATCH] iptables: extensions: Fix MARK target help Mart Frauenlob
@ 2017-11-27 15:25 ` Florian Westphal
0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2017-11-27 15:25 UTC (permalink / raw)
To: Mart Frauenlob; +Cc: netfilter-devel
Mart Frauenlob <mart.frauenlob@chello.at> wrote:
> A typo in the help output of: iptables -j MARK -h.
applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-27 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-27 15:18 [PATCH] iptables: extensions: Fix MARK target help Mart Frauenlob
2017-11-27 15:25 ` Florian Westphal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).