docs: fix the manpage output of parameters list in smb.conf.5. release-3-2-0pre3
authorMichael Adam <obnox@samba.org>
Fri, 25 Apr 2008 12:08:10 +0000 (14:08 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 25 Apr 2008 12:13:01 +0000 (14:13 +0200)
There were some newlines missing in the template for samba:parameters.

Michael
(cherry picked from commit a47abfa9276765164870bd7541798ff1201379b1)

docs-xml/xslt/expand-smbconfdoc.xsl

index 3e3dbe19fbb6b2a98e526af87d4506b7f1586b6b..8bb74d24fbdc2feadd8d38ae18be86ba663cc285 100644 (file)
                <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>