Explorar el Código

Fix encoding of generated Japanese man pages. Closes: #361699

bubulle@debian.org hace 20 años
padre
commit
75ece2c9fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      doc/ja/style.ja.xsl

+ 2 - 2
doc/ja/style.ja.xsl

@@ -4,6 +4,6 @@
 
 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
 
-<xsl:param name="chunker.output.encoding" select="'EUC-JP'" />
+<xsl:param name="man.output.encoding" select="'EUC-JP'" />
 
-</xsl:stylesheet>
+</xsl:stylesheet>