diff mbox

ipset: Fix hyphen used as minus sign in manpage

Message ID 20140925075611.GA12768@nitrogen.neutroncom.local
State Accepted
Delegated to: Jozsef Kadlecsik
Headers show

Commit Message

Neutron Soutmun Sept. 25, 2014, 7:56 a.m. UTC
Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
---
 src/ipset.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jozsef Kadlecsik Sept. 30, 2014, 7:50 a.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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