diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-03 20:37:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-12-03 20:37:18 +0000 |
commit | a07854b51188cd9546e1c5b7570c577577de8e85 (patch) | |
tree | dc71d60ec668b85ad1242e9e0390add8809f5b66 /chapter06/chroot.xml | |
parent | 7fcde5cf672e4906c167a6bd4698da707ec762ae (diff) |
fixed grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 590baa491..f6880b4a5 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -24,7 +24,7 @@ to the same value as outside chroot; this variable is needed for programs like vim and less to operate properly. If you need other variables present, such as CFLAGS or CXXFLAGS, this is a good place to set them again.</para> -<para>From this point on there's no need anymore to use the LFS variable, +<para>From this point on there's no need to use the LFS variable anymore, because everything you do will be restricted to the LFS file system -- since what the shell thinks is <filename class="directory">/</filename> is actually the value of <filename class="directory">$LFS</filename>, which was passed to |