[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2221-ga47abfa

Michael Adam obnox at samba.org
Fri Apr 25 12:10:30 GMT 2008


The branch, v3-2-test has been updated
       via  a47abfa9276765164870bd7541798ff1201379b1 (commit)
       via  79f53a06820b226cbfbc939ae9a6d255e4a4a2d1 (commit)
      from  d99a31848bd2172c15500dd61ce30fef963c1ac6 (commit)

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


- Log -----------------------------------------------------------------
commit a47abfa9276765164870bd7541798ff1201379b1
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

commit 79f53a06820b226cbfbc939ae9a6d255e4a4a2d1
Author: Michael Adam <obnox at samba.org>
Date:   Fri Apr 25 14:01:57 2008 +0200

    docs: fix indentation in expand-smbxonfdoc.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl
index 3e3dbe1..5b2de1c 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>
 
@@ -161,15 +164,15 @@
 		</xsl:for-each>
 
 		<xsl:element name="section">
-					<xsl:element name="indexterm">
-						<xsl:attribute name="significance">
-							<xsl:text>preferred</xsl:text>
-						</xsl:attribute>
-						<xsl:element name="primary">
-						<xsl:value-of select="@name"/>
-						</xsl:element>
-					</xsl:element>
-					<xsl:copy-of select="$term"/>
+			<xsl:element name="indexterm">
+				<xsl:attribute name="significance">
+					<xsl:text>preferred</xsl:text>
+				</xsl:attribute>
+				<xsl:element name="primary">
+				<xsl:value-of select="@name"/>
+				</xsl:element>
+			</xsl:element>
+			<xsl:copy-of select="$term"/>
 			<xsl:element name="variablelist">
 				<xsl:element name="varlistentry">
 					<xsl:element name="listitem">


-- 
Samba Shared Repository


More information about the samba-cvs mailing list