[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0pre2-2027-gbe08a47

Karolin Seeger kseeger at samba.org
Fri Apr 25 12:12:18 GMT 2008


The branch, v3-2-stable has been updated
       via  be08a479dc09c74245a1e11b69150748be4a4ec8 (commit)
      from  c42f2857a3ef78f936701ebc596cf3cb2d3665f7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit be08a479dc09c74245a1e11b69150748be4a4ec8
Author: Michael Adam <obnox at samba.org>
Date:   Fri Apr 25 14:08:10 2008 +0200

    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)

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/xslt/expand-smbconfdoc.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl
index 3e3dbe1..8bb74d2 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>
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list