Projet_SETI_RISC-V/riscv-gnu-toolchain/newlib/winsup/doc/man.xsl
2023-03-06 14:48:14 +01:00

14 lines
478 B
XML

<?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>