Cygwin: //: fetch only one item per loop
[newlib-cygwin.git] / newlib / man.xsl
bloba0e2736b0937317169790cf174d9ea379ced2fab
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4 <!-- don't truncate long manual names -->
5 <xsl:param name="man.th.extra3.max.length" select="45" />
7 <!-- don't moan about missing metadata -->
8 <xsl:param name="refentry.meta.get.quietly" select="1" />
10 <!-- generate ansi rather than k&r style function synopses -->
11 <xsl:param name="funcsynopsis.style" select="ansi" />
13 </xsl:stylesheet>