summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-25 14:08:10 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-25 14:13:01 +0200
commitbe08a479dc09c74245a1e11b69150748be4a4ec8 (patch)
tree10a179fa5678404bd2fe4f602bf91d74ebbdab10
parentc42f2857a3ef78f936701ebc596cf3cb2d3665f7 (diff)
downloadsamba-3.2.0pre3.tar.gz
docs: fix the manpage output of parameters list in smb.conf.5.samba-3.2.0pre3
There were some newlines missing in the template for samba:parameters. Michael (cherry picked from commit a47abfa9276765164870bd7541798ff1201379b1)
-rw-r--r--docs-xml/xslt/expand-smbconfdoc.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl
index 3e3dbe19fbb..8bb74d24fbd 100644
--- a/docs-xml/xslt/expand-smbconfdoc.xsl
+++ b/docs-xml/xslt/expand-smbconfdoc.xsl
@@ -55,8 +55,11 @@
<xsl:variable name="term">
<xsl:copy-of select="$anchor"/>
<xsl:element name="title">
+ <xsl:text>&#10;</xsl:text>
+ <xsl:text>&#10;</xsl:text>
<xsl:value-of select="@name"/>
<xsl:value-of select="$context"/>
+ <xsl:text>&#10;</xsl:text>
</xsl:element>
</xsl:variable>