summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-19 22:54:36 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:04 -0500
commit48341dd542a6b509cbd5dbfa31e447036cc3dc58 (patch)
treeac61a4ced239bc4c4eb65e75d6f4bf05d2fb2a59
parent03b002e39358069f9da01aadeec5d4b692475b72 (diff)
downloadsamba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.tar.gz
samba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.tar.bz2
samba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.zip
Fix indentation in Pearson XML output
Add some markup in mount.cifs(8) (This used to be commit 220ace14822e1312ff0bfbe4348b0b9147d075f3)
-rw-r--r--docs/manpages/mount.cifs.8.xml6
-rw-r--r--docs/xslt/docbook2pearson.xsl8
-rw-r--r--docs/xslt/sambadoc2pearson.xsl4
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>&#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>