From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Subject: [PATCH 2/2] extensions: libxt_addrtype: fix type in help message
Date: Fri, 7 Sep 2012 10:55:19 +0200 [thread overview]
Message-ID: <1347008119-3835-2-git-send-email-pablo@netfilter.org> (raw)
In-Reply-To: <1347008119-3835-1-git-send-email-pablo@netfilter.org>
From: Pablo Neira Ayuso <pablo@netfilter.org>
--limit-iface-out Match only on the packet's incoming device
Note that it says "incoming" when it should say "outcoming"
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
extensions/libxt_addrtype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/libxt_addrtype.c b/extensions/libxt_addrtype.c
index 59072b3..d57865b 100644
--- a/extensions/libxt_addrtype.c
+++ b/extensions/libxt_addrtype.c
@@ -60,7 +60,7 @@ static void addrtype_help_v1(void)
" [!] --src-type type[,...] Match source address type\n"
" [!] --dst-type type[,...] Match destination address type\n"
" --limit-iface-in Match only on the packet's incoming device\n"
-" --limit-iface-out Match only on the packet's incoming device\n"
+" --limit-iface-out Match only on the packet's outcoming device\n"
"\n"
"Valid types: \n");
addrtype_help_types();
--
1.7.10.4
next prev parent reply other threads:[~2012-09-07 8:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-07 8:55 [PATCH 1/2] iptables: fix wrong error messages pablo
2012-09-07 8:55 ` pablo [this message]
2012-09-07 15:01 ` [PATCH 2/2] extensions: libxt_addrtype: fix type in help message Jan Engelhardt
2012-09-07 16:20 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347008119-3835-2-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).