Convert man pages to AsciiDoc
[lttng-ust.git] / doc / man / xsl / manpage-headings.xsl
diff --git a/doc/man/xsl/manpage-headings.xsl b/doc/man/xsl/manpage-headings.xsl
new file mode 100644 (file)
index 0000000..70e44e1
--- /dev/null
@@ -0,0 +1,6 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+       <!-- this template cancels the style of literal elements in title elements -->
+    <xsl:template match="title/literal">
+        <xsl:value-of select="."/>
+    </xsl:template>
+</xsl:stylesheet>
This page took 0.022523 seconds and 4 git commands to generate.