From b41db65553de034405afbf5e4eda4ca872ddea6c Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Tue, 16 Sep 2003 00:01:07 +0000 Subject: [PATCH] Remove inappropriate word as pointed out by Chris L. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/how.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter01/how.xml b/chapter01/how.xml index 17697b4c4..36508544f 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -41,8 +41,8 @@ of Chapter 5. You may be asking yourself that seems like a lot of work, just to get away from my host distribution. Let us take a few minutes to discuss this question. The work involved in building the packages in Chapter 5 -is to ensure that as little information from your host makes it into your new -pristine LFS system. When you build the first two packages in Chapter 5, +is to ensure that as little information from your host makes it into your +brand new LFS system. When you build the first two packages in Chapter 5, Binutils and GCC, they will be compiled statically. This means that the version of the C library on your host distribution will be embedded inside all the binary programs you just compiled. This has the potential to cause