diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-19 03:51:00 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-19 03:51:00 +0000 |
commit | ef380b4e9e84e4bc9eb27ae30f3592f90a3cb4c3 (patch) | |
tree | 6d1195a51e7222968e8be9246250a4ccc50d06c0 /chapter05/introduction.xml | |
parent | 10d473cc86e63c6b17cbd257369270226438ef01 (diff) |
Grammatic fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r-- | chapter05/introduction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 394089911..90f09ef09 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -9,8 +9,8 @@ to start constructing the final LFS system in the next chapter.</para> <para>The files compiled in this chapter will be installed under the <filename class="directory">$LFS/static</filename> directory, to keep them separate from the files installed in the next chapter. -As everything done here is only temporarily, we don't want -these files to pollute the to-be LFS system.</para> +Since the packages compiled here are merely temporary, we don't want +them to pollute the soon-to-be LFS system.</para> <para>The key to learning what makes a Linux system work is to know exactly what each package is used for, and why the user or the system |