manpage-style.xsl 245 B

12345678910
  1. <xsl:stylesheet
  2. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. version="1.0">
  4. <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
  5. <xsl:param name="man.output.encoding" select="'UTF-8'" />
  6. </xsl:stylesheet>