summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Zangheri <filippo.zangheri@yahoo.it>2008-03-06 02:19:26 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-03-07 20:09:43 +0100
commit714968839bd29129ea201cea602527eaa0e95b43 (patch)
treeaa4c7c7272992781cedbfa60c88b312ed6e385df
parente6403fd4e3027eed0d40e8c63d787659fcba4d80 (diff)
removes useless white spaces from iptables-xml manpages.
Signed-off-by: Filippo Zangheri <filippo.zangheri@yahoo.it>
-rw-r--r--iptables-xml.818
1 files changed, 9 insertions, 9 deletions
diff --git a/iptables-xml.8 b/iptables-xml.8
index 2e4a3da3..705dc5e9 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>