diff options
author | Michael Adam <obnox@samba.org> | 2008-04-25 14:08:10 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-25 14:10:07 +0200 |
commit | 6d3c61c9e74ea506e549e7a79fa103cf92a25274 (patch) | |
tree | d651636b0c0826e458e41b631ad57ffa38cd62a0 /docs-xml/xslt/expand-smbconfdoc.xsl | |
parent | 11e8b58bdfbb5d6d23f9361f991cde0742f4f2c8 (diff) | |
download | samba-6d3c61c9e74ea506e549e7a79fa103cf92a25274.tar.gz samba-6d3c61c9e74ea506e549e7a79fa103cf92a25274.tar.bz2 samba-6d3c61c9e74ea506e549e7a79fa103cf92a25274.zip |
docs: fix the manpage output of parameters list in smb.conf.5.
There were some newlines missing in the template for samba:parameters.
Michael
(This used to be commit a47abfa9276765164870bd7541798ff1201379b1)
Diffstat (limited to 'docs-xml/xslt/expand-smbconfdoc.xsl')
-rw-r--r-- | docs-xml/xslt/expand-smbconfdoc.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 38c63d96a4..5b2de1ce1f 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> </xsl:text> + <xsl:text> </xsl:text> <xsl:value-of select="@name"/> <xsl:value-of select="$context"/> + <xsl:text> </xsl:text> </xsl:element> </xsl:variable> |