]> git.saurik.com Git - apt-legacy.git/blame - doc/manpage-style.xsl
Slightly decrease the memory used by the Name tables.
[apt-legacy.git] / doc / manpage-style.xsl
CommitLineData
da6ee469
JF
1<xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4
5<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
6
0e5943eb 7<xsl:param name="man.output.encoding" select="'UTF-8'" />
da6ee469
JF
8
9</xsl:stylesheet>