diff options
-rw-r--r-- | docs/manpages/mount.cifs.8.xml | 6 | ||||
-rw-r--r-- | docs/xslt/docbook2pearson.xsl | 8 | ||||
-rw-r--r-- | docs/xslt/sambadoc2pearson.xsl | 4 |
3 files changed, 7 insertions, 11 deletions
diff --git a/docs/manpages/mount.cifs.8.xml b/docs/manpages/mount.cifs.8.xml index 824e19243e..8100ce04a8 100644 --- a/docs/manpages/mount.cifs.8.xml +++ b/docs/manpages/mount.cifs.8.xml @@ -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> diff --git a/docs/xslt/docbook2pearson.xsl b/docs/xslt/docbook2pearson.xsl index f95997b1d9..d276d31991 100644 --- a/docs/xslt/docbook2pearson.xsl +++ b/docs/xslt/docbook2pearson.xsl @@ -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"> diff --git a/docs/xslt/sambadoc2pearson.xsl b/docs/xslt/sambadoc2pearson.xsl index d187d268c6..d98e4485f0 100644 --- a/docs/xslt/sambadoc2pearson.xsl +++ b/docs/xslt/sambadoc2pearson.xsl @@ -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> </xsl:text> + <xsl:text> </xsl:text><xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text> </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> |