]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
removes useless white spaces from iptables-xml manpages.
authorFilippo Zangheri <filippo.zangheri@yahoo.it>
Thu, 6 Mar 2008 01:19:26 +0000 (02:19 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 7 Mar 2008 19:09:43 +0000 (20:09 +0100)
Signed-off-by: Filippo Zangheri <filippo.zangheri@yahoo.it>
iptables-xml.8

index 2e4a3da325a6b69a3e6e95b257d6547f81bae354..705dc5e9ac6307849e236d965247822989ab7105 100644 (file)
@@ -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>