svn commit: samba-docs r252 - in trunk: manpages xslt

jelmer at samba.org jelmer at samba.org
Tue Oct 19 22:54:37 GMT 2004


Author: jelmer
Date: 2004-10-19 22:54:36 +0000 (Tue, 19 Oct 2004)
New Revision: 252

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk&rev=252&nolog=1

Log:
Fix indentation in Pearson XML output
Add some markup in mount.cifs(8)

Modified:
   trunk/manpages/mount.cifs.8.xml
   trunk/xslt/docbook2pearson.xsl
   trunk/xslt/sambadoc2pearson.xsl


Changeset:
Modified: trunk/manpages/mount.cifs.8.xml
===================================================================
--- trunk/manpages/mount.cifs.8.xml	2004-10-19 13:32:45 UTC (rev 251)
+++ trunk/manpages/mount.cifs.8.xml	2004-10-19 22:54:36 UTC (rev 252)
@@ -258,9 +258,9 @@
 		<para>
 The primary mechanism for making configuration changes and for reading 
 debug information for the cifs vfs is via the Linux /proc filesystem.
-In the directory /proc/fs/cifs are various configuration files and
-pseudo files which can display debug information.  For more
-information see the kernel file fs/cifs/README
+In the directory <filename>/proc/fs/cifs</filename> are various 
+configuration files and pseudo files which can display debug information.  
+For more information see the kernel file <filename>fs/cifs/README</filename>.
 </para>
 </refsect1>
 

Modified: trunk/xslt/docbook2pearson.xsl
===================================================================
--- trunk/xslt/docbook2pearson.xsl	2004-10-19 13:32:45 UTC (rev 251)
+++ trunk/xslt/docbook2pearson.xsl	2004-10-19 22:54:36 UTC (rev 252)
@@ -102,12 +102,8 @@
 	<xsl:apply-templates/>
 </xsl:template>
 
-<xsl:template match="index">
-	<xsl:comment> XXX insert index here </xsl:comment>
-	<!-- chapter>
-	<xsl:call-template name="transform.id.attribute"/>
-	<xsl:apply-templates/>
-</chapter -->
+   <xsl:template match="index">
+       <xsl:comment> XXX insert index here </xsl:comment>
    </xsl:template>
 
    <xsl:template match="preface">

Modified: trunk/xslt/sambadoc2pearson.xsl
===================================================================
--- trunk/xslt/sambadoc2pearson.xsl	2004-10-19 13:32:45 UTC (rev 251)
+++ trunk/xslt/sambadoc2pearson.xsl	2004-10-19 22:54:36 UTC (rev 252)
@@ -23,12 +23,12 @@
 	</xsl:template>
 
 	<xsl:template match="smbconfexample/smbconfoption|smbconfblock/smbconfoption">
-		<xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text>&#10;</xsl:text>
+		<xsl:text>	</xsl:text><xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text>&#10;</xsl:text>
 	</xsl:template>
 
 	<xsl:template match="smbconfexample">
-		<!--		<xsl:call-template name="transform.id.attribute"/>-->
 	   <listing>
+		   <xsl:call-template name="transform.id.attribute"/>
 		   <xsl:if test="title != ''">
 			   <description><xsl:value-of select="title"/></description>
 		   </xsl:if>



More information about the samba-cvs mailing list