diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index 41b50a2a0..85ffd5b57 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -14,8 +14,8 @@
be used several times. You should ensure that this variable is always defined
throughout the LFS build process. It should be set to the name of the
directory where you will be building your LFS system - we will use
- /mnt/lfs as an example, but the
- directory choice is up to you. If you are building LFS on a separate
+ /mnt/lfs as an example, but you may
+ choose any directory name you want. If you are building LFS on a separate
partition, this directory will be the mount point for the partition.
Choose a directory location and set the variable with the
following command:
@@ -25,7 +25,7 @@
Having this variable set is beneficial in that commands such as
mkdir -v $LFS/tools can be typed literally. The shell
will automatically replace $LFS
with
- /mnt/lfs
(or whatever the variable was set to) when it
+ /mnt/lfs
(or whatever value the variable was set to) when it
processes the command line.
@@ -49,7 +49,7 @@
personal home directory and in /root/.bash_profile and
enter the export command above. In addition, the shell specified in the
/etc/passwd file for all users that need the
- LFS variable needs to be bash to ensure that the
+ LFS variable must be bash to ensure that the
/root/.bash_profile file is incorporated as a part of
the login process.
@@ -59,9 +59,9 @@
a virtual terminal is started. In this case, add the export command to
the .bashrc file for the user and
root. In addition,
- some distributions have instructions to not run the .bashrc
- instructions in a non-interactive bash invocation. Be sure to add the
- export command before the test for non-interactive use.
+ some distributions use an "if" test, and do not run the remaining .bashrc
+ instructions for a non-interactive bash invocation. Be sure to place the
+ export command ahead of the test for non-interactive use.