aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/install.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/install.xml')
-rw-r--r--chapter02/install.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/install.xml b/chapter02/install.xml
index a37a71da0..866e18501 100644
--- a/chapter02/install.xml
+++ b/chapter02/install.xml
@@ -3,8 +3,8 @@
<?dbhtml filename="install.html" dir="chapter02"?>
<para>Before you start using the LFS book, we should point out that all
-of the commands here assume that you are using the bash shell. If you
-aren't, the commands may work, but we can't guarantee it. If you want a
+of the commands here assume that you are using the bash shell. If you
+aren't, the commands may work, but we can't guarantee it. If you want a
simple life, use bash.</para>
<para>Before you can actually start doing something with a package, you need
@@ -31,7 +31,7 @@ running:</para>
<para><screen><userinput>bzcat filename.tar.bz2 | tar -xv</userinput></screen></para>
<para>Nowadays most tar programs, but not all, are
-patched to be able to use bzip2 files directly. They use either
+patched to be able to use bzip2 files directly. They use either
the -I, the -y, or the -j parameter, which work the same as the -z
parameter for handling gzip files. The above construction, however,
works no matter how your host system decided to patch tar.</para>
@@ -76,7 +76,7 @@ available for when you need it again.</para>
<para>There is one exception; the kernel source tree. Keep it around as you
will need it later in this book when building a kernel. Nothing before then
-will use the kernel tree, so the source tree won't be in your way. If,
+will use the kernel tree, so the source tree won't be in your way. If,
however, you are short of disk space, you can remove the kernel tree and
re-untar it later when required.</para>