All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xtables: remove white spaces from iptables-xml manpages
@ 2008-03-05 23:13 Filippo Zangheri
  2008-03-07 12:48 ` Jan Engelhardt
  0 siblings, 1 reply; 12+ messages in thread
From: Filippo Zangheri @ 2008-03-05 23:13 UTC (permalink / raw)
  To: netfilter-devel

Hi,

This patch removes useless white spaces from iptables-xml manpages.

Signed-off-by: Filippo Zangheri <filippo.zangheri@yahoo.it>

---
 iptables-xml.8 |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/iptables-xml.8 b/iptables-xml.8
index 2e4a3da..705dc5e 100644
--- a/iptables-xml.8
+++ b/iptables-xml.8
@@ -50,21 +50,21 @@ target like SNAT and another chain.
 Some sample output is:
 
 <iptables-rules>
-  <table name="mangle" >
+  <table name="mangle">
     <chain name="PREROUTING" policy="ACCEPT" packet-count="63436"
-byte-count="7137573" >
-      <rule >
+byte-count="7137573">
+      <rule>
        <conditions>
-        <match >
-          <p >tcp</p>
+        <match>
+          <p>tcp</p>
         </match>
-        <tcp >
-          <sport >8443</sport>
+        <tcp>
+          <sport>8443</sport>
         </tcp>
        </conditions>
        <actions>
-        <call >
-          <check_ip />
+        <call>
+          <check_ip/>
         </call>
         <ACCEPT/>
        </actions>
-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D---- G-- e++ h--
r++ z*
------END GEEK CODE BLOCK------


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

end of thread, other threads:[~2008-04-02 13:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-05 23:13 [PATCH] xtables: remove white spaces from iptables-xml manpages Filippo Zangheri
2008-03-07 12:48 ` Jan Engelhardt
2008-03-07 19:04   ` Pablo Neira Ayuso
2008-03-08 12:19     ` Jan Engelhardt
2008-03-10 16:44     ` Patrick McHardy
2008-03-10 17:10       ` Filippo Zangheri
2008-03-10 17:40         ` Patrick McHardy
2008-03-10 17:46           ` Jan Engelhardt
2008-03-10 18:20             ` Patrick McHardy
2008-04-02 11:27               ` Jan Engelhardt
2008-04-02 13:31                 ` Patrick McHardy
2008-03-10 17:52           ` Filippo Zangheri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.