aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/prerequisites.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-27 02:49:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-27 02:49:21 +0000
commit9ee226e24a165053aab1a93642de4162800fef04 (patch)
tree9e726f407826612bc097c4e831bce3be5f52e75a /prologue/prerequisites.xml
parentca2f862e60889bcdc7ace45d400c95e9bd9f21ff (diff)
Grammer and wording changes in the Preface
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/prerequisites.xml')
-rw-r--r--prologue/prerequisites.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml
index 85a4ace84..ca159444f 100644
--- a/prologue/prerequisites.xml
+++ b/prologue/prerequisites.xml
@@ -12,7 +12,7 @@
<para>Building an LFS system is not a simple task. It requires a certain
level of existing knowledge of Unix system administration in order to resolve
- problems, and correctly execute the commands listed. In particular, as an
+ problems and correctly execute the commands listed. In particular, as an
absolute minimum, you should already have the ability to use the
command line (shell) to copy or move files and directories, list directory
and file contents, and change the current directory. It is also expected that
@@ -21,9 +21,9 @@
<para>Because the LFS book assumes <emphasis>at least</emphasis> this basic
level of skill, the various LFS support forums are unlikely to be able to
- provide you with much assistance; you will find that your questions regarding
- such basic knowledge will likely go unanswered, or you will simply be referred
- to the LFS essential pre-reading list.</para>
+ provide you with much assistance in these areas. You will find that your
+ questions regarding such basic knowledge will likely go unanswered or you
+ will simply be referred to the LFS essential pre-reading list.</para>
<para>Before building an LFS system, we recommend reading the following
HOWTOs:</para>
@@ -34,14 +34,17 @@
<ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
<para>This is a comprehensive guide to building and installing
- <quote>generic</quote> Unix software packages under Linux.</para>
+ <quote>generic</quote> Unix software packages under Linux. Although it
+ was written some time ago, it still provides a good summary of the
+ basic techniques needed to build and install software.</para>
</listitem>
<listitem>
<para>The Linux Users' Guide
<ulink url="http://www.linuxhq.com/guides/LUG/guide.html"/></para>
- <para>This guide covers the usage of assorted Linux software.</para>
+ <para>This guide covers the usage of assorted Linux software. This
+ reference is also fairly old, but still valid.</para>
</listitem>
<listitem>