diff mbox

libipt6_mh.man: Correct command to display named mh types

Message ID 5163BFD9.7060804@chello.at
State Superseded
Headers show

Commit Message

Mart Frauenlob April 9, 2013, 7:14 a.m. UTC
Hello,

ip6tables -p ipv6-mh -h

does not display the named mh types as the man page says.
ip6tables -m mh -h does.

This patch updates the man page accordingly.

Best regards

Mart
From 3df043fdd1ed58c0c07258e896e623a3ac06f69d Mon Sep 17 00:00:00 2001
From: Mart Frauenlob <mart.frauenlob@chello.at>
Date: Tue, 9 Apr 2013 09:04:17 +0200
Subject: [PATCH] libip6t_mh: Correct command to list named mh types in manpage.

---
 extensions/libip6t_mh.man |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Patrick McHardy April 9, 2013, 8:41 a.m. UTC | #1
On Tue, Apr 09, 2013 at 09:14:33AM +0200, Mart Frauenlob wrote:
> Hello,
> 
> ip6tables -p ipv6-mh -h
> 
> does not display the named mh types as the man page says.
> ip6tables -m mh -h does.

ip6tables -p mh also does. So please update the manpage to correct
the protocol.

> 
> This patch updates the man page accordingly.
> 
> Best regards
> 
> Mart

> >From 3df043fdd1ed58c0c07258e896e623a3ac06f69d Mon Sep 17 00:00:00 2001
> From: Mart Frauenlob <mart.frauenlob@chello.at>
> Date: Tue, 9 Apr 2013 09:04:17 +0200
> Subject: [PATCH] libip6t_mh: Correct command to list named mh types in manpage.
> 
> ---
>  extensions/libip6t_mh.man |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/extensions/libip6t_mh.man b/extensions/libip6t_mh.man
> index 4559e78..7106ef4 100644
> --- a/extensions/libip6t_mh.man
> +++ b/extensions/libip6t_mh.man
> @@ -8,5 +8,5 @@ a numeric MH
>  .IR type
>  or one of the MH type names shown by the command
>  .nf
> - ip6tables \-p ipv6\-mh \-h
> + ip6tables \-m mh \-h
>  .fi
> -- 
> 1.7.2.5
> 

--
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/extensions/libip6t_mh.man b/extensions/libip6t_mh.man
index 4559e78..7106ef4 100644
--- a/extensions/libip6t_mh.man
+++ b/extensions/libip6t_mh.man
@@ -8,5 +8,5 @@  a numeric MH
 .IR type
 or one of the MH type names shown by the command
 .nf
- ip6tables \-p ipv6\-mh \-h
+ ip6tables \-m mh \-h
 .fi