blob: a0e2736b0937317169790cf174d9ea379ced2fab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
<!-- don't truncate long manual names -->
<xsl:param name="man.th.extra3.max.length" select="45" />
<!-- don't moan about missing metadata -->
<xsl:param name="refentry.meta.get.quietly" select="1" />
<!-- generate ansi rather than k&r style function synopses -->
<xsl:param name="funcsynopsis.style" select="ansi" />
</xsl:stylesheet>
|