File: manpage-normal.xsl

package info (click to toggle)
btrfs-tools 4.4-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 9,788 kB
  • sloc: ansic: 62,075; sh: 4,552; python: 553; makefile: 402
file content (13 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (146)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- manpage-normal.xsl:
     special settings for manpages rendered from asciidoc+docbook
     handles anything we want to keep away from docbook-xsl 1.72.0 -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0">

<xsl:import href="manpage-base.xsl"/>

<!-- these are the normal values for the roff control characters -->
<xsl:param name="git.docbook.backslash">\</xsl:param>
<xsl:param name="git.docbook.dot"	>.</xsl:param>

</xsl:stylesheet>