Fix a typo in glibc commands

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-01-05 22:11:54 +00:00
parent d76abb6553
commit ad9b084473
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ of the LFS Book.</para>
</itemizedlist>
</listitem>
<listitem><para>January 5th, 2005 [matt]: Corrected typo in glibc commands (Chris Lingard)</para></listitem>
<listitem><para>January 5th, 2005 [jeremy]: Upgraded to findutils 4.2.11</para></listitem>
<listitem><para>January 5th, 2005 [jeremy]: Upgraded to Texinfo 4.8</para></listitem>

View File

@ -63,7 +63,7 @@ locales which you need or want. The following instructions, instead of the
install-locales target above, will install the minimum set of locales necessary
for the tests to run successfully:</para>
<screen><userinput>mkdir -p /tools/lib/locale
<screen><userinput>mkdir -p /usr/lib/locale
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
localedef -i en_HK -f ISO-8859-1 en_HK