mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Removed the "locale country" command from the profile page since
it doesn't produce results in all locales. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
916d00bc32
commit
a85d4b9b1b
@ -35,6 +35,18 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>July 10, 2006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Remove the
|
||||||
|
<command>locale country</command> command from the heuristic to
|
||||||
|
determine the locale in the Bash Shell Startup Files since it
|
||||||
|
doesn't produce results in all locales.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>July 7, 2006</para>
|
<para>July 7, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -98,8 +98,7 @@
|
|||||||
It is important that the locale found using the heuristic above is tested prior
|
It is important that the locale found using the heuristic above is tested prior
|
||||||
to it being added to the Bash startup files:</para>
|
to it being added to the Bash startup files:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>LC_ALL=<locale name> locale country
|
<screen role="nodump"><userinput>LC_ALL=<locale name> locale language
|
||||||
LC_ALL=<locale name> locale language
|
|
||||||
LC_ALL=<locale name> locale charmap
|
LC_ALL=<locale name> locale charmap
|
||||||
LC_ALL=<locale name> locale int_curr_symbol
|
LC_ALL=<locale name> locale int_curr_symbol
|
||||||
LC_ALL=<locale name> locale int_prefix</userinput></screen>
|
LC_ALL=<locale name> locale int_prefix</userinput></screen>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060707">
|
<!ENTITY version "SVN-20060710">
|
||||||
<!ENTITY releasedate "July 7, 2006">
|
<!ENTITY releasedate "July 10, 2006">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user