summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2008-01-10 08:39:53 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:42 -0500
commit108574a59027a3f09490380639a26d578b2703a1 (patch)
tree6094d0efab1834407f182494fabe77f3285cfac2 /docs/xslt
parent18d637c773f78ed2a6a2f40f43c85d6547efb871 (diff)
downloadsamba-108574a59027a3f09490380639a26d578b2703a1.tar.gz
samba-108574a59027a3f09490380639a26d578b2703a1.tar.bz2
samba-108574a59027a3f09490380639a26d578b2703a1.zip
-Use '&stdarg.[server|client].debug' instead of '&stdarg.debug';
-Remove the debug section in smbclient manpage (replaced by '&stdarg.client.debug' -Add '&stdarg.[server|client].debug' where debug section was included with '&popt.common.samba' before the changes in samba.entities Karolin (This used to be commit 01fa9b7b217aff816ce9365e122f356f2609daf9)
Diffstat (limited to 'docs/xslt')
-rw-r--r--docs/xslt/man.xsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl
index c810e2295b..5232d2ead2 100644
--- a/docs/xslt/man.xsl
+++ b/docs/xslt/man.xsl
@@ -175,10 +175,6 @@
<xsl:apply-templates/>
<xsl:if test="following-sibling::listitem">
<xsl:text>.TP</xsl:text>
- <xsl:if test="not($list-indent = '')">
- <xsl:text> </xsl:text>
- <xsl:value-of select="$list-indent"/>
- </xsl:if>
<xsl:text>&#10;</xsl:text>
</xsl:if>
</xsl:template>