Ver Fonte

Fix typo - I hope.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat há 16 anos atrás
pai
commit
8399b374cd
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      chapter06/glibc.xml
  2. 2 2
      general.ent

+ 1 - 1
chapter06/glibc.xml

@@ -229,7 +229,7 @@ localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
 localedef -i it_IT -f ISO-8859-1 it_IT
 localedef -i ja_JP -f EUC-JP ja_JP
 localedef -i tr_TR -f UTF-8 tr_TR.UTF-8
-localedef -i zh_CN.GB18030 -f GB18030 zh_CN.GB18030</userinput></screen>
+localedef -i zh_CN -f GB18030 zh_CN.GB18030</userinput></screen>
 
     <para>In addition, install the locale for your own country, language and
     character set.</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081115">
-<!ENTITY releasedate "November 15, 2008">
+<!ENTITY version "SVN-20081118">
+<!ENTITY releasedate "November 18, 2008">
 <!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->