[netfilter-cvslog] r3406 - trunk/nfsim/doc

jk at netfilter.org jk at netfilter.org
Thu Dec 16 06:30:32 CET 2004


Author: jk at netfilter.org
Date: 2004-12-16 06:30:32 +0100 (Thu, 16 Dec 2004)
New Revision: 3406

Modified:
   trunk/nfsim/doc/text.xsl
Log:
Don't duplicate option prefix


Modified: trunk/nfsim/doc/text.xsl
===================================================================
--- trunk/nfsim/doc/text.xsl	2004-12-16 05:27:02 UTC (rev 3405)
+++ trunk/nfsim/doc/text.xsl	2004-12-16 05:30:32 UTC (rev 3406)
@@ -33,7 +33,7 @@
  </xsl:template>
 
  <xsl:template match="option">
-  <xsl:text>--</xsl:text><xsl:apply-templates/>
+  <xsl:apply-templates/>
  </xsl:template>
 
  <xsl:template match="screen">




More information about the netfilter-cvslog mailing list