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:
parent
5ab3d0a83f
commit
80e97e3537
@ -121,9 +121,13 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="informalexample|screen|programlisting">
|
||||
<xsl:text>.nf </xsl:text>
|
||||
<xsl:text>
|
||||
.nf
|
||||
</xsl:text>
|
||||
<xsl:apply-templates/>
|
||||
<xsl:text>.fi </xsl:text>
|
||||
<xsl:text>
|
||||
.fi
|
||||
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="//emphasis">
|
||||
|
Loading…
Reference in New Issue
Block a user