[PATCH] iptables: extensions: Fix MARK target help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



A typo in the help output of: iptables -j MARK -h.
From bf3f7fff81faf5dc14fcb7d516fcc47bd406f498 Mon Sep 17 00:00:00 2001
From: Mart Frauenlob <mart.frauenlob@xxxxxxxxx>
Date: Mon, 27 Nov 2017 15:49:58 +0100
Subject: [PATCH] iptables: extensions: Fix MARK target help.

Signed-off-by: Mart Frauenlob <mart.frauenlob@xxxxxxxxx>
---
 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


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux