netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* doc: resynchronize markup in iptables,ip6tables.8.in
@ 2009-01-08 16:08 Jan Engelhardt
  2009-01-08 17:06 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2009-01-08 16:08 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List

parent e994c6afd02cf70fc85256bb143df496e24effc3
commit fbb9d345e207d1441922d22e0be86f428c815ae7
Author: Jan Engelhardt <jengelh@medozas.de>
Date:   Thu Jan 8 17:07:41 2009 +0100

doc: resynchronize markup in iptables,ip6tables.8.in

Change .br to .PP in the intro section and use consistent
paragraphing in later ones.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 ip6tables.8.in |   23 +++++++++++------------
 iptables.8.in  |    5 ++---
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/ip6tables.8.in b/ip6tables.8.in
index 3b473bf..6308e02 100644
--- a/ip6tables.8.in
+++ b/ip6tables.8.in
@@ -28,23 +28,23 @@
 ip6tables \- IPv6 packet filter administration
 .SH SYNOPSIS
 \fBip6tables\fP [\fB-t\fP \fItable\fP] {\fB-A\fP|\fB-D\fP} \fIchain rule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-I\fP [\fIrulenum\fP] \fIrule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-R\fP \fIrulenum rule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-D\fP \fIchain rulenum\fP [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-S\fP [\fIchain\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] {\fB-F\fP|\fB-L\fP|\fB-Z\fP} [\fIchain\fP] [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-N\fP \fIchain\fP
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-X\fP [\fIchain\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-P\fP \fIchain target\fP [\fIoptions...\fP]
-.br
+.PP
 \fBip6tables\fP [\fB-t\fP \fItable\fP] \fB-E\fP \fIold-chain-name new-chain-name\fP
 .SH DESCRIPTION
 \fBIp6tables\fP is used to set up, maintain, and inspect the
@@ -52,12 +52,11 @@ tables of IPv6 packet
 filter rules in the Linux kernel.  Several different tables
 may be defined.  Each table contains a number of built-in
 chains and may also contain user-defined chains.
-
+.PP
 Each chain is a list of rules which can match a set of packets.  Each
 rule specifies what to do with a packet that matches.  This is called
 a `target', which may be a jump to a user-defined chain in the same
 table.
-
 .SH TARGETS
 A firewall rule specifies criteria for a packet and a target.  If the
 packet does not match, the next rule in the chain is the examined; if
@@ -337,7 +336,7 @@ module.  You can specify multiple extended match modules in one line,
 and you can use the \fB-h\fP or \fB--help\fP
 options after the module has been specified to receive help specific
 to that module.
-
+.PP
 The following are included in the base package, and most of these can
 be preceded by a "\fB!\fP" to invert the sense of the match.
 .\" @MATCH@
diff --git a/iptables.8.in b/iptables.8.in
index b9d6383..7754c8c 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -56,12 +56,11 @@ tables of IPv4 packet
 filter rules in the Linux kernel.  Several different tables
 may be defined.  Each table contains a number of built-in
 chains and may also contain user-defined chains.
-
+.PP
 Each chain is a list of rules which can match a set of packets.  Each
 rule specifies what to do with a packet that matches.  This is called
 a `target', which may be a jump to a user-defined chain in the same
 table.
-
 .SH TARGETS
 A firewall rule specifies criteria for a packet and a target.  If the
 packet does not match, the next rule in the chain is the examined; if
@@ -342,7 +341,7 @@ module.  You can specify multiple extended match modules in one line,
 and you can use the \fB-h\fP or \fB--help\fP
 options after the module has been specified to receive help specific
 to that module.
-
+.PP
 The following are included in the base package, and most of these can
 be preceded by a "\fB!\fP" to invert the sense of the match.
 .\" @MATCH@


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: doc: resynchronize markup in iptables,ip6tables.8.in
  2009-01-08 16:08 doc: resynchronize markup in iptables,ip6tables.8.in Jan Engelhardt
@ 2009-01-08 17:06 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2009-01-08 17:06 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: kaber, Netfilter Developer Mailing List

Jan Engelhardt wrote:
> parent e994c6afd02cf70fc85256bb143df496e24effc3
> commit fbb9d345e207d1441922d22e0be86f428c815ae7
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date:   Thu Jan 8 17:07:41 2009 +0100
> 
> doc: resynchronize markup in iptables,ip6tables.8.in
> 
> Change .br to .PP in the intro section and use consistent
> paragraphing in later ones.

Applied. Thanks Jan.

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-08 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 16:08 doc: resynchronize markup in iptables,ip6tables.8.in Jan Engelhardt
2009-01-08 17:06 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).