Fix indentation in Pearson XML output
authorJelmer Vernooij <jelmer@samba.org>
Tue, 19 Oct 2004 22:54:36 +0000 (22:54 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 19 Oct 2004 22:54:36 +0000 (22:54 +0000)
Add some markup in mount.cifs(8)

manpages/mount.cifs.8.xml
xslt/docbook2pearson.xsl
xslt/sambadoc2pearson.xsl

index 824e19243eefc12f3db61a32f238b191c77c1966..8100ce04a8d61e543a2ad89726532e7a82f61ea7 100644 (file)
@@ -258,9 +258,9 @@ read and used as the password.
                <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>
 
index f95997b1d96baeca921fc366ecad07fcd7eff26f..d276d319915c5646925a463113f2ffadee2cb7e9 100644 (file)
        <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">
index d187d268c647cf89732587928c046481d937c3aa..d98e4485f01bbbf8287d221a083ad2ce9dcfc068 100644 (file)
        </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>