diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-04-06 20:29:06 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:45 -0500 |
commit | f18299f36e6968af4932e5fcb56e01ada0889b60 (patch) | |
tree | 92ca35c92f41900a74a51bcba39997b010f8a882 /docs/xslt/expand-smbconfdoc.xsl | |
parent | 847645d88a4ad6789bdd82af7072b9b6c93f1125 (diff) | |
download | samba-f18299f36e6968af4932e5fcb56e01ada0889b60.tar.gz samba-f18299f36e6968af4932e5fcb56e01ada0889b60.tar.bz2 samba-f18299f36e6968af4932e5fcb56e01ada0889b60.zip |
Refresh our XSL templates to work with current docbook xslt for manpages
(This used to be commit fa20959680ce87b549e4534023ecec399d158b84)
Diffstat (limited to 'docs/xslt/expand-smbconfdoc.xsl')
-rw-r--r-- | docs/xslt/expand-smbconfdoc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/expand-smbconfdoc.xsl b/docs/xslt/expand-smbconfdoc.xsl index 8cad9b8328..712a7f4ae1 100644 --- a/docs/xslt/expand-smbconfdoc.xsl +++ b/docs/xslt/expand-smbconfdoc.xsl @@ -18,7 +18,7 @@ <xsl:template match="synonym"><xsl:apply-templates/></xsl:template> - <xsl:template match="related"><xsl:apply-templates/></xsl:template> + <xsl:template match="related"><xsl:element name="para"><xsl:text>Related command</xsl:text><xsl:apply-templates/></xsl:element></xsl:template> <xsl:template match="samba:parameterlist"> <xsl:apply-templates> |