source: trunk/libs/newlib/src/newlib/man.xsl @ 543

Last change on this file since 543 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 442 bytes
Line 
1<?xml version='1.0'?>
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3
4<!-- don't truncate long manual names -->
5<xsl:param name="man.th.extra3.max.length" select="45" />
6
7<!-- don't moan about missing metadata -->
8<xsl:param name="refentry.meta.get.quietly" select="1" />
9
10<!-- generate ansi rather than k&r style function synopses -->
11<xsl:param name="funcsynopsis.style" select="ansi" />
12
13</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.