nroff .fi and .nf directive need to be at the beginning of a line.
authorJames Peach <jpeach@samba.org>
Wed, 27 Dec 2006 01:40:34 +0000 (01:40 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:23 +0000 (08:47 -0500)
(This used to be commit 400179c9f783393ebbf683d710e920157d56bb7b)

docs/xslt/man.xsl

index 91e6ebc9a84329fad9c6c609285474b39319dc9a..00d0948de5fc3732868cc787566bc9ac8d2f35f4 100644 (file)
 </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">