Linux Netfilter development
 help / color / mirror / Atom feed
* manpage: use separate paragraphs for command syntax
@ 2008-10-28 19:01 Jan Engelhardt
  2008-10-28 19:01 ` manpage: explain what rule-specification is Jan Engelhardt
  2008-10-29  8:48 ` manpage: use separate paragraphs for command syntax Patrick McHardy
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Engelhardt @ 2008-10-28 19:01 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List

commit c70cc8d8004b9571e85c2b33e85262f8238b3df3
Author: Jan Engelhardt <jengelh@medozas.de>
Date:   Tue Oct 28 14:07:10 2008 -0400

manpage: use separate paragraphs for command syntax

This makes it (IMO) easier to follow when the terminal is small and the
command line specifications begin to wrap.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 iptables.8.in |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/iptables.8.in b/iptables.8.in
index 9decfe7..1d2ffec 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -26,23 +26,23 @@
 iptables \- administration tool for IPv4 packet filtering and NAT
 .SH SYNOPSIS
 \fBiptables\fP [\fB-t\fP \fItable\fP] {\fB-A\fP|\fB-D\fP} \fIchain rule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-I\fP [\fIrulenum\fP] \fIrule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-R\fP \fIrulenum rule-specification\fP [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-D\fP \fIchain rulenum\fP [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-S\fP [\fIchain\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] {\fB-F\fP|\fB-L\fP|\fB-Z\fP} [\fIchain\fP] [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-N\fP \fIchain\fP
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-X\fP [\fIchain\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-P\fP \fIchain target\fP [\fIoptions...\fP]
-.br
+.PP
 \fBiptables\fP [\fB-t\fP \fItable\fP] \fB-E\fP \fIold-chain-name new-chain-name\fP
 .SH DESCRIPTION
 \fBIptables\fP is used to set up, maintain, and inspect the


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

end of thread, other threads:[~2008-10-29  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-28 19:01 manpage: use separate paragraphs for command syntax Jan Engelhardt
2008-10-28 19:01 ` manpage: explain what rule-specification is Jan Engelhardt
2008-10-29  8:49   ` Patrick McHardy
2008-10-29  8:48 ` manpage: use separate paragraphs for command syntax Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox