* [PATCH] ipset: Fix hyphen used as minus sign in manpage
@ 2013-05-12 9:30 Neutron Soutmun
2013-05-13 7:02 ` Jozsef Kadlecsik
0 siblings, 1 reply; 4+ messages in thread
From: Neutron Soutmun @ 2013-05-12 9:30 UTC (permalink / raw)
To: kadlec; +Cc: netfilter-devel, neo.neutron
Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
---
src/ipset.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ipset.8 b/src/ipset.8
index 6e627a2..7bb55e1 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -278,7 +278,7 @@ ipset create test hash:ip timeout 300
.IP
ipset add test 192.168.0.1 timeout 60
.IP
-ipset -exist add test 192.168.0.1 timeout 600
+ipset \-exist add test 192.168.0.1 timeout 600
.PP
.SS nomatch
The \fBhash\fR set types which can store \fBnet\fR type of data (i.e. hash:*net*)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ipset: Fix hyphen used as minus sign in manpage
2013-05-12 9:30 Neutron Soutmun
@ 2013-05-13 7:02 ` Jozsef Kadlecsik
0 siblings, 0 replies; 4+ messages in thread
From: Jozsef Kadlecsik @ 2013-05-13 7:02 UTC (permalink / raw)
To: Neutron Soutmun; +Cc: netfilter-devel
On Sun, 12 May 2013, Neutron Soutmun wrote:
> Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
> ---
> src/ipset.8 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ipset.8 b/src/ipset.8
> index 6e627a2..7bb55e1 100644
> --- a/src/ipset.8
> +++ b/src/ipset.8
> @@ -278,7 +278,7 @@ ipset create test hash:ip timeout 300
> .IP
> ipset add test 192.168.0.1 timeout 60
> .IP
> -ipset -exist add test 192.168.0.1 timeout 600
> +ipset \-exist add test 192.168.0.1 timeout 600
> .PP
> .SS nomatch
> The \fBhash\fR set types which can store \fBnet\fR type of data (i.e. hash:*net*)
> --
> 1.7.10.4
Thanks, patch is applied.
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ipset: Fix hyphen used as minus sign in manpage
@ 2014-09-25 7:56 Neutron Soutmun
2014-09-30 7:50 ` Jozsef Kadlecsik
0 siblings, 1 reply; 4+ messages in thread
From: Neutron Soutmun @ 2014-09-25 7:56 UTC (permalink / raw)
To: netfilter-devel; +Cc: kadlec
[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]
Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
---
src/ipset.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ipset.8 b/src/ipset.8
index a7bd94f..c923956 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -319,7 +319,7 @@ the above would appear as: "allow access to SMB share on \\\\fileserv\\"
.SS "skbinfo, skbmark, skbprio, skbqueue"
All set types support the optional \fBskbinfo\fR extension. This extension allow to
store the metainfo (firewall mark, tc class and hardware queue) with every entry and map it to
-packets by usage of SET netfilter target with --map-set option.
+packets by usage of SET netfilter target with \-\-map\-set option.
\fBskbmark\fR option format: \fBMARK\fR or \fBMARK/MASK\fR, where \fBMARK\fR and \fBMASK\fR are 32bit hex
numbers with 0x prefix. If only \fBmark\fR is specified mask 0xffffffff are used.
\fBskbprio\fR option has tc class format: \fBMAJOR:MINOR\fR, where \fBmajor\fR and \fBminor\fR numbers
--
2.1.0
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ipset: Fix hyphen used as minus sign in manpage
2014-09-25 7:56 [PATCH] ipset: Fix hyphen used as minus sign in manpage Neutron Soutmun
@ 2014-09-30 7:50 ` Jozsef Kadlecsik
0 siblings, 0 replies; 4+ messages in thread
From: Jozsef Kadlecsik @ 2014-09-30 7:50 UTC (permalink / raw)
To: Neutron Soutmun; +Cc: netfilter-devel
On Thu, 25 Sep 2014, Neutron Soutmun wrote:
> Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
> ---
> src/ipset.8 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/ipset.8 b/src/ipset.8
> index a7bd94f..c923956 100644
> --- a/src/ipset.8
> +++ b/src/ipset.8
> @@ -319,7 +319,7 @@ the above would appear as: "allow access to SMB share on \\\\fileserv\\"
> .SS "skbinfo, skbmark, skbprio, skbqueue"
> All set types support the optional \fBskbinfo\fR extension. This extension allow to
> store the metainfo (firewall mark, tc class and hardware queue) with every entry and map it to
> -packets by usage of SET netfilter target with --map-set option.
> +packets by usage of SET netfilter target with \-\-map\-set option.
> \fBskbmark\fR option format: \fBMARK\fR or \fBMARK/MASK\fR, where \fBMARK\fR and \fBMASK\fR are 32bit hex
> numbers with 0x prefix. If only \fBmark\fR is specified mask 0xffffffff are used.
> \fBskbprio\fR option has tc class format: \fBMAJOR:MINOR\fR, where \fBmajor\fR and \fBminor\fR numbers
Patch is applied, thanks.
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-30 7:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 7:56 [PATCH] ipset: Fix hyphen used as minus sign in manpage Neutron Soutmun
2014-09-30 7:50 ` Jozsef Kadlecsik
-- strict thread matches above, loose matches on Subject: below --
2013-05-12 9:30 Neutron Soutmun
2013-05-13 7:02 ` Jozsef Kadlecsik
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).