Fix typo - I hope.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Ken Moffat 2008-11-18 20:07:09 +00:00
parent b520d01cff
commit 8399b374cd
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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}]" -->