summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-25 14:08:10 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-16 11:04:57 +0200
commit36322154332f9036d4259c5397eecb2c752fdfb1 (patch)
tree82411a3dc513728261891e60a9c3771becb5ab5c
parentd88ba35bff3ac208733aa2b4833ed80d6fdf19f5 (diff)
downloadsamba-36322154332f9036d4259c5397eecb2c752fdfb1.tar.gz
docs: fix the manpage output of parameters list in smb.conf.5.
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>