mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Update Chapter 5 glibc wording concerning locales
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
613bd3844f
commit
ca2f862e60
@ -38,13 +38,18 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-05-26</para>
|
<para>2009-05-26</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[gerard] - Removed <quote>From Power Up To Bash Prompt</quote>
|
<para>[bdubbs] - Update Chapter 5 glibc wording concerning
|
||||||
reference. Fixes <ulink url="&lfs-ticket-root;2409">#2409</ulink>.</para>
|
locales.
|
||||||
</listitem>
|
Fixes <ulink url="&lfs-ticket-root;2410">#2410</ulink>.</para>
|
||||||
</itemizedlist>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[gerard] - Removed <quote>From Power Up To Bash Prompt</quote>
|
||||||
|
reference. Fixes <ulink url="&lfs-ticket-root;2409">#2409</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -160,24 +160,21 @@ esac</userinput></screen>
|
|||||||
<para>This package does come with a test suite, however, it cannot be
|
<para>This package does come with a test suite, however, it cannot be
|
||||||
run at this time because we do not have a C++ compiler yet.</para>
|
run at this time because we do not have a C++ compiler yet.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>The test suite also requires locale data to be installed in order to run
|
||||||
|
successfully. Lccale data provides information to the system regarding
|
||||||
|
such things as the date, time, and currency formats accepted and output by
|
||||||
|
system utilities. If the test suites are not being run in this chapter
|
||||||
|
(as per the recommendation), there is no need to install the locales now.
|
||||||
|
The appropriate locales will be installed in the next chapter. To install
|
||||||
|
the Glibc locales anyway, use instructions from <xref
|
||||||
|
linkend="ch-system-glibc" role="."/></para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
|
||||||
<para>Different countries and cultures have varying conventions for
|
|
||||||
how to communicate. These conventions range from the format for
|
|
||||||
representing dates and times to more complex issues, such as the
|
|
||||||
language spoken. The <quote>internationalization</quote> of GNU
|
|
||||||
programs works by locale.</para>
|
|
||||||
|
|
||||||
<note>
|
|
||||||
<para>If the test suites are not being run in this chapter (as per
|
|
||||||
the recommendation), there is no need to install the locales now.
|
|
||||||
The appropriate locales will be installed in the next chapter.
|
|
||||||
To install the Glibc locales anyway, use instructions from
|
|
||||||
<xref linkend="ch-system-glibc" role="."/></para>
|
|
||||||
</note>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user