docs: fix the manpage output of parameters list in smb.conf.5.
authorMichael Adam <obnox@samba.org>
Fri, 25 Apr 2008 12:08:10 +0000 (14:08 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 25 Apr 2008 12:10:07 +0000 (14:10 +0200)
There were some newlines missing in the template for samba:parameters.

Michael
(This used to be commit a47abfa9276765164870bd7541798ff1201379b1)

docs-xml/xslt/expand-smbconfdoc.xsl

index 38c63d96a4257f4c7043fdec6d2d6e467fcf6b7d..5b2de1ce1f9a13910919c5e3acc91381f2c72a94 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>