aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/aboutlfs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r--chapter02/aboutlfs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index 2743e00bf..175edd089 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -6,14 +6,14 @@ Please read the following carefully: throughout this book
the variable $LFS will be used frequently. $LFS must at all times be
replaced by the directory where the partition that contains the LFS system
is mounted. How to create and where to mount the partition will be
-explaind in full detail in chapter 4. In my case, the LFS
+explained in full detail in chapter 4. In my case, the LFS
partition is mounted on /mnt/lfs.
</para>
<para>
For example when you are told to run a command like
-<userinput>./configure --prefix=$LFS</userinput> you will actually run
-<userinput>./configure --prefix=/mnt/lfs</userinput>
+<userinput>./configure --prefix=$LFS</userinput> you actually have to
+run <userinput>./configure --prefix=/mnt/lfs</userinput>
</para>
<para>
@@ -32,7 +32,7 @@ LFS=/mnt/lfs</userinput>.
Now, if you read to run a command like <userinput>./configure
--prefix=$LFS</userinput> you can type that literally. Your shell will
replace $LFS with /mnt/lfs when it processes the command line (meaning
-when you hit enter).
+when you hit enter after having typed the command).
</para>
<para>