diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-23 22:59:59 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-23 22:59:59 +0000 |
commit | 3993087cc14ddf122b8d5aef1018bdd5e5a476d4 (patch) | |
tree | 0348ae1376746de2a6585c9d4e578e2b8084a704 /chapter01/how.xml | |
parent | e683065ebee9cedb40000840c7a37af547782e15 (diff) |
Correcting a few spelling mistakes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r-- | chapter01/how.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index a569b6388..83c2440c5 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -49,12 +49,12 @@ the binary programs you just compiled. This has the potential to cause problems for you down the road. The host's Glibc is usually an unknown quantity and might even contain bugs or anything else we don't know about until it is too late. A well known issue is that statically linked binaries -compiled on a Glibc-2.2.x based system that contain calls to the <emphasis> -getpwuid()</emphasis> function crash when run on a Glibc-2.3.x based system. -Seeing as we are about to build a Glibc-2.3.x based system, we need to shield -ourselves from problems of this nature. The procedure employed in Chapter 5 -achieves this goal. With all these things in mind, you can see that the extra -effort to compile Binutils and GCC twice is well worth it.</para> +compiled on a Glibc-2.2.x based system that contain calls to the +<emphasis>getpwuid()</emphasis> function crash when run on a Glibc-2.3.x based +system. Seeing as we are about to build a Glibc-2.3.x based system, we need to +shield ourselves from problems of this nature. The procedure employed in +Chapter 5 achieves this goal. With all these things in mind, you can see that +the extra effort to compile Binutils and GCC twice is well worth it.</para> <para>In Chapter 6 your real LFS system will be built. The chroot (change root) program is used to enter a virtual environment and start a new shell whose root |