diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
commit | b790b130ad0a43be5738c467c16bbc2dd657ca66 (patch) | |
tree | 9bd9ea2cb11623188f867534d61a1096d68c0e4a /doc/ja | |
parent | 4716731f20c72dde5b280af90af2dc2bd16a9aff (diff) | |
parent | 6cc61a167355711ef3494ce807d5ab24c63eae3f (diff) |
* merged with apt--debian-sid
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/sources.list.ja.5.xml | 2 | ||||
-rw-r--r-- | doc/ja/style.ja.xsl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ja/sources.list.ja.5.xml b/doc/ja/sources.list.ja.5.xml index e000d8767..8522a3be3 100644 --- a/doc/ja/sources.list.ja.5.xml +++ b/doc/ja/sources.list.ja.5.xml @@ -391,7 +391,7 @@ deb http://http.us.debian.org/debian dists/stable-updates/ <!-- <para>Uses HTTP to access the archive at nonus.debian.org, under the debian-non-US directory, and uses only files found under - <filename>unstable/binary-i3866</filename> on i386 machines, + <filename>unstable/binary-i386</filename> on i386 machines, <filename>unstable/binary-m68k</filename> on m68k, and so forth for other supported architectures. [Note this example only illustrates how to use the substitution variable; non-us is no longer diff --git a/doc/ja/style.ja.xsl b/doc/ja/style.ja.xsl index 4af2d74cf..c102f1366 100644 --- a/doc/ja/style.ja.xsl +++ b/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>
\ No newline at end of file +</xsl:stylesheet> |