aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/how.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-03 21:33:53 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-03 21:33:53 +0000
commitc4270ca9bd49ec9d6136afc88e8364f1be4e8f8e (patch)
tree927f1b755d0c8125229e5e6c290a73bec7d7fba7 /chapter01/how.xml
parentf9568b3a025c40f225cc839a45be886195d3a76c (diff)
Arbitrary grammatical changes, fixed the address of a mirror.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1966 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/how.xml')
-rw-r--r--chapter01/how.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml
index b3cd9b439..fe743db27 100644
--- a/chapter01/how.xml
+++ b/chapter01/how.xml
@@ -15,7 +15,7 @@ system we will create a new Linux native partition and filesystem. Here
is where the LFS system will be compiled and installed.</para>
<para>The next step, chapter 5, will discuss the installation of a number of
-packages that will form a basic development suite that is used to
+packages that will form the basic development suite which is used to
build the actual system, or needed to resolve circular dependencies. For
example, you need a compiler to build a new compiler, and you need a shell
in order to install a new shell. The packages in this chapter will be linked
@@ -46,7 +46,7 @@ LFS. While software is being compiled and installed you can simply switch
to a different VC (Virtual Console) or X desktop and continue using your
computer normally.</para>
-<para>When all the software from chapter 6 is installed, chapters 7,8 and 9
+<para>When all the software from chapter 6 is installed, chapters 7, 8 and 9
will help us finalize our installation. We will set up our boot
scripts in chapter 7. In chapter 8 we will build our final linux kernel and
set up the Linux boot loader. Chapter 9 has some pointers to help you after