aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/introduction.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-25 08:46:07 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-25 08:46:07 +0000
commit13dd793404cca56ba1dc8c1d60bce8128753ea47 (patch)
treeadbcd0d565b9fb21c59a2fa93a84a2946fd740f4 /chapter05/introduction.xml
parentc85f9761b07ded83b473fe1b99b2141e91b658b1 (diff)
Grammar fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r--chapter05/introduction.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml
index a379d90ab..3efec924c 100644
--- a/chapter05/introduction.xml
+++ b/chapter05/introduction.xml
@@ -11,7 +11,7 @@ that the LFS system can be booted.
<para>
The software in this chapter will be linked statically. These programs
-will be re-installed in the next chapter and linked dynamically. The
+will be reinstalled in the next chapter and linked dynamically. The
reason for the static version first is that there is a chance that our
normal Linux system and the LFS system aren't using the same C
Library versions. If the programs in the first part are linked against
@@ -32,10 +32,10 @@ packages will be, as previously explained, linked statically.
</para>
<para>
-During the installation of various packages the user will most likely see
+During the installation of various packages, the user will most likely see
compiler warnings scrolling by on the screen. These are normal and can
be safely ignored. They are just that, warnings (mostly about improper
-use of the C or C++ syntax, but not illegal use. It's just that often C
+use of the C or C++ syntax, but not illegal use. It's just that, often, C
standards changed and packages still use the old standard which is not a
problem).
</para>