diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 12:57:37 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-05 12:57:37 +0000 |
commit | c84ddd992c4865dba8a6f69d63ddc59784a89d0c (patch) | |
tree | e9eec11b7f6ac62ecc69306714b8fb3e141a58bb /chapter05 | |
parent | 7da1bffa1e5dfdc369de14a1e4784c7272977fbb (diff) |
Some more adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/creatingstage1dir.xml | 4 | ||||
-rw-r--r-- | chapter05/setting-environment.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/creatingstage1dir.xml b/chapter05/creatingstage1dir.xml index 0bae60f15..2ef07c1a6 100644 --- a/chapter05/creatingstage1dir.xml +++ b/chapter05/creatingstage1dir.xml @@ -30,8 +30,8 @@ from the host) <emphasis>and</emphasis> in the next (when we are chrooted to the LFS partition).</para> <note><para>Study the above command closely. It can be confusing at first -glance. The <userinput>ln</userinput> command has several syntax variations so -be sure to check the ln man page before reporting what you may think is an +glance. The <userinput>ln</userinput> command has several syntax variations, +so be sure to check the ln man page before reporting what you may think is an error.</para></note> </sect1> diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml index a7af71228..05d4a9a23 100644 --- a/chapter05/setting-environment.xml +++ b/chapter05/setting-environment.xml @@ -37,7 +37,7 @@ chose.</para> <para>The LC_ALL variable controls the localization of certain programs, making their messages follow the conventions of a specified country. If your -host system uses a version of <emphasis>glibc</emphasis> older than 2.2.4, +host system uses a version of Glibc older than 2.2.4, having LC_ALL set to something other than "POSIX" or "C" during this chapter may cause trouble if you exit the chroot environment and wish to return later. By setting LC_ALL to "POSIX" (or "C", the two are equivalent) we ensure that |