summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-25 14:08:10 +0200
committerMichael Adam <obnox@samba.org>2008-05-16 12:21:27 +0200
commitce623c0736388838cbb739e483e561316af77834 (patch)
tree7bb6b663b5f642e12927b4f34a0a63fdcced0241
parentec101cf6cf289d338477e78f4814a368cef8b2cc (diff)
downloadsamba-ce623c0736388838cbb739e483e561316af77834.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 38c63d96a42..5b2de1ce1f9 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>