From patchwork Wed Oct 10 12:26:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Engelhardt X-Patchwork-Id: 190627 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 2F9612C008A for ; Wed, 10 Oct 2012 23:26:47 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012Ab2JJM0n (ORCPT ); Wed, 10 Oct 2012 08:26:43 -0400 Received: from ares07.inai.de ([5.9.24.206]:57560 "EHLO ares07.inai.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753512Ab2JJM0j (ORCPT ); Wed, 10 Oct 2012 08:26:39 -0400 Received: by ares07.inai.de (Postfix, from userid 25121) id 49EA596A0FBD; Wed, 10 Oct 2012 14:26:35 +0200 (CEST) From: Jan Engelhardt To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org Subject: [PATCH 7/9] doc: document iptables-restore's -h option Date: Wed, 10 Oct 2012 14:26:30 +0200 Message-Id: <1349871992-31115-8-git-send-email-jengelh@inai.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1349871992-31115-1-git-send-email-jengelh@inai.de> References: <1349871992-31115-1-git-send-email-jengelh@inai.de> Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org References: http://bugs.debian.org/644221 Signed-off-by: Jan Engelhardt --- iptables/ip6tables-restore.8in | 5 ++++- iptables/iptables-restore.8in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/iptables/ip6tables-restore.8in b/iptables/ip6tables-restore.8in index f3419f4..697a226 100644 --- a/iptables/ip6tables-restore.8in +++ b/iptables/ip6tables-restore.8in @@ -21,7 +21,7 @@ .SH NAME ip6tables-restore \(em Restore IPv6 Tables .SH SYNOPSIS -\fBip6tables\-restore\fP [\fB\-cntv\fP] [\fB\-M\fP \fImodprobe\fP] +\fBip6tables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP] [\fB\-T\fP \fIname\fP] .SH DESCRIPTION .PP @@ -32,6 +32,9 @@ I/O redirection provided by your shell to read from a file \fB\-c\fR, \fB\-\-counters\fR restore the values of all packet and byte counters .TP +\fB\-h\fP, \fB\-\-help\fP +Print a short option summary. +.TP \fB\-n\fR, \fB\-\-noflush\fR don't flush the previous contents of the table. If not specified, \fBip6tables-restore\fP flushes (deletes) all previous contents of the diff --git a/iptables/iptables-restore.8in b/iptables/iptables-restore.8in index c493cf9..197f013 100644 --- a/iptables/iptables-restore.8in +++ b/iptables/iptables-restore.8in @@ -21,7 +21,7 @@ .SH NAME iptables-restore \(em Restore IP Tables .SH SYNOPSIS -\fBiptables\-restore\fP [\fB\-cntv\fP] [\fB\-M\fP \fImodprobe\fP] +\fBiptables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP] [\fB\-T\fP \fIname\fP] .SH DESCRIPTION .PP @@ -32,6 +32,9 @@ I/O redirection provided by your shell to read from a file \fB\-c\fR, \fB\-\-counters\fR restore the values of all packet and byte counters .TP +\fB\-h\fP, \fB\-\-help\fP +Print a short option summary. +.TP \fB\-n\fR, \fB\-\-noflush\fR don't flush the previous contents of the table. If not specified, .B iptables-restore