svn commit: samba-docs r1007 - in trunk/xslt: .

jpeach at samba.org jpeach at samba.org
Wed Dec 27 01:40:34 GMT 2006


Author: jpeach
Date: 2006-12-27 01:40:34 +0000 (Wed, 27 Dec 2006)
New Revision: 1007

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1007

Log:
nroff .fi and .nf directive need to be at the beginning of a line.

Modified:
   trunk/xslt/man.xsl


Changeset:
Modified: trunk/xslt/man.xsl
===================================================================
--- trunk/xslt/man.xsl	2006-12-27 01:30:39 UTC (rev 1006)
+++ trunk/xslt/man.xsl	2006-12-27 01:40:34 UTC (rev 1007)
@@ -121,9 +121,13 @@
 </xsl:template>
 
 <xsl:template match="informalexample|screen|programlisting">
-  <xsl:text>.nf&#10;</xsl:text>
+  <xsl:text>
+.nf&#10;
+  </xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>.fi&#10;</xsl:text>
+  <xsl:text>
+.fi&#10;
+  </xsl:text>
 </xsl:template>
 
 <xsl:template match="//emphasis">



More information about the samba-cvs mailing list