aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/stylesheet-man.xsl
blob: 2d37a42f1a5c17a6da5aad8fd7bdb6bd015d483d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<xsl:import href="http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl"/>

<!--
  Man pages don't really support a third section level, but this
  makes our man pages work OK and matches the behavior of the sgmlspl
  style.
 -->
<xsl:template match="refsect3">
  <xsl:call-template name="SS-section" />
</xsl:template>

</xsl:stylesheet>