Welcome to mirror list, hosted at ThFree Co, Russian Federation.

man.xsl « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22e624fab337bb0c98e6034946e5b4f253ae7ec3 (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 manpage titles for long function names -->
<xsl:param name="man.th.title.max.length" select="33" />

<!-- don't moan about missing metadata -->
<xsl:param name="refentry.meta.get.quietly" select="1" />

<!-- base URL for relative links -->
<xsl:param name="man.base.url.for.relative.links">https://cygwin.com/cygwin-ug-net/</xsl:param>

</xsl:stylesheet>