From patchwork Tue Apr 9 07:14:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mart Frauenlob X-Patchwork-Id: 234975 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 7776E2C0089 for ; Tue, 9 Apr 2013 17:15:23 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933550Ab3DIHPV (ORCPT ); Tue, 9 Apr 2013 03:15:21 -0400 Received: from fep11.mx.upcmail.net ([62.179.121.31]:36528 "EHLO fep11.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762255Ab3DIHPV (ORCPT ); Tue, 9 Apr 2013 03:15:21 -0400 Received: from edge04.upcmail.net ([192.168.13.239]) by viefep11-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130409071518.IWKB21781.viefep11-int.chello.at@edge04.upcmail.net> for ; Tue, 9 Apr 2013 09:15:18 +0200 Received: from [192.168.13.66] ([80.108.253.46]) by edge04.upcmail.net with edge id MjFH1l02q10poxs04jFHel; Tue, 09 Apr 2013 09:15:18 +0200 X-SourceIP: 80.108.253.46 X-Authenticated-Sender: mart.frauenlob@chello.at Message-ID: <5163BFD9.7060804@chello.at> Date: Tue, 09 Apr 2013 09:14:33 +0200 From: Mart Frauenlob Reply-To: mart.frauenlob@chello.at User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: netfilter-devel@vger.kernel.org Subject: [PATCH] libipt6_mh.man: Correct command to display named mh types Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org 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 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