From patchwork Wed Oct 10 12:26:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Engelhardt X-Patchwork-Id: 190621 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 8EC652C008A for ; Wed, 10 Oct 2012 23:26:41 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366Ab2JJM0i (ORCPT ); Wed, 10 Oct 2012 08:26:38 -0400 Received: from ares07.inai.de ([5.9.24.206]:57551 "EHLO ares07.inai.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953Ab2JJM0i (ORCPT ); Wed, 10 Oct 2012 08:26:38 -0400 Received: by ares07.inai.de (Postfix, from userid 25121) id CD7EB96A0C9D; Wed, 10 Oct 2012 14:26:34 +0200 (CEST) From: Jan Engelhardt To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org Subject: Documentation fixes to iptables Date: Wed, 10 Oct 2012 14:26:23 +0200 Message-Id: <1349871992-31115-1-git-send-email-jengelh@inai.de> X-Mailer: git-send-email 1.7.10.4 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org I would say this is material that can go into nf/stable as well. === The following changes since commit 9921f2b9a241750e4730fc7d486687c6a32779f4: build: resolve compile abort in libxt_limit on RHEL5 (2012-10-10 13:28:29 +0200) are available in the git repository at: git://git.inai.de/iptables master for you to fetch changes up to 60f59034fca30c4b2b5177600e81c6e7f07651a6: src: remove faulty deprecated marker in libipt_LOG source (2012-10-10 14:25:25 +0200) ---------------------------------------------------------------- Jan Engelhardt (9): doc: rename .8.in files to .8in doc: add package version to all manpages doc: fixup omissions in ip6tables-restore.8 doc: document iptables-restore's -t option doc: document iptables-restore's -v option doc: document iptables-restore's -M option doc: document iptables-restore's -h option doc: name the supported log levels for ipt_LOG src: remove faulty deprecated marker in libipt_LOG source extensions/libip6t_LOG.c | 2 +- extensions/libip6t_LOG.man | 5 ++++- extensions/libipt_LOG.c | 2 +- extensions/libipt_LOG.man | 5 ++++- iptables/.gitignore | 4 +--- iptables/Makefile.am | 9 +++------ iptables/{ip6tables-restore.8 => ip6tables-restore.8in} | 22 +++++++++++++++++++--- iptables/{ip6tables-save.8 => ip6tables-save.8in} | 2 +- iptables/{ip6tables.8.in => ip6tables.8in} | 2 +- iptables/{iptables-apply.8 => iptables-apply.8in} | 2 +- .../{iptables-extensions.8.in => iptables-extensions.8in} | 2 +- iptables/{iptables-restore.8 => iptables-restore.8in} | 20 +++++++++++++++++--- iptables/{iptables-save.8 => iptables-save.8in} | 2 +- iptables/{iptables.8.in => iptables.8in} | 2 +- 14 files changed, 56 insertions(+), 25 deletions(-) rename iptables/{ip6tables-restore.8 => ip6tables-restore.8in} (72%) rename iptables/{ip6tables-save.8 => ip6tables-save.8in} (96%) rename iptables/{ip6tables.8.in => ip6tables.8in} (99%) rename iptables/{iptables-apply.8 => iptables-apply.8in} (95%) rename iptables/{iptables-extensions.8.in => iptables-extensions.8in} (94%) rename iptables/{iptables-restore.8 => iptables-restore.8in} (71%) rename iptables/{iptables-save.8 => iptables-save.8in} (96%) rename iptables/{iptables.8.in => iptables.8in} (99%) --- 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