1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

(This used to be commit 400179c9f7)
This commit is contained in:
James Peach 2006-12-27 01:40:34 +00:00 committed by Gerald W. Carter
parent 5ab3d0a83f
commit 80e97e3537

View File

@ -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">