xref: /aosp_15_r20/external/libtraceevent/Documentation/manpage-normal.xsl (revision 436bf2bcd5202612ffffe471bbcc1f277cc8d28e)
1*436bf2bcSAndroid Build Coastguard Worker<!-- manpage-normal.xsl:
2*436bf2bcSAndroid Build Coastguard Worker     special settings for manpages rendered from asciidoc+docbook
3*436bf2bcSAndroid Build Coastguard Worker     handles anything we want to keep away from docbook-xsl 1.72.0 -->
4*436bf2bcSAndroid Build Coastguard Worker<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5*436bf2bcSAndroid Build Coastguard Worker		version="1.0">
6*436bf2bcSAndroid Build Coastguard Worker
7*436bf2bcSAndroid Build Coastguard Worker<xsl:import href="manpage-base.xsl"/>
8*436bf2bcSAndroid Build Coastguard Worker
9*436bf2bcSAndroid Build Coastguard Worker<!-- these are the normal values for the roff control characters -->
10*436bf2bcSAndroid Build Coastguard Worker<xsl:param name="git.docbook.backslash">\</xsl:param>
11*436bf2bcSAndroid Build Coastguard Worker<xsl:param name="git.docbook.dot"	>.</xsl:param>
12*436bf2bcSAndroid Build Coastguard Worker
13*436bf2bcSAndroid Build Coastguard Worker</xsl:stylesheet>
14