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 /chapter06 | |
parent | b520d01cffc50752721de403fa64894afa3538b0 (diff) |
Fix typo - I hope.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 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> |