aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/aboutlfs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/aboutlfs.xml')
-rw-r--r--chapter02/aboutlfs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index 8d15a726d..6711ec3b1 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -13,7 +13,7 @@ partition is mounted on /mnt/lfs.
<para>
For example when you are told to run a command like
<userinput>./configure --prefix=$LFS</userinput> you actually have to
-run <userinput>./configure --prefix=/mnt/lfs</userinput>
+execute <userinput>./configure --prefix=/mnt/lfs</userinput>
</para>
<para>
@@ -22,7 +22,7 @@ commands entered in a shell, or in a file edited or created.
</para>
<para>
-Another possible solution is to set the environment variable LFS.
+A possible solution is to set the environment variable LFS.
This way $LFS can be entered literally instead of replacing it by
/mnt/lfs. This is accomplished by running <userinput>export
LFS=/mnt/lfs</userinput>.