diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2008-11-18 20:07:09 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2008-11-18 20:07:09 +0000 |
commit | 8399b374cd870cd35b6092d44b028b5cb41d5221 (patch) | |
tree | 46c1f2754f5b892bc30c53c8e7452c84bac3f160 | |
parent | b520d01cffc50752721de403fa64894afa3538b0 (diff) |
Fix typo - I hope.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index f76470f3d..d8aff783f 100644 --- a/chapter06/glibc.xml +++ b/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> diff --git a/general.ent b/general.ent index 01ae77fb0..60bcb45ad 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |