diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-04 17:32:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-04 17:32:53 +0000 |
commit | 114a300eef75cc672b1ce7de262e1f2f1f4d20a6 (patch) | |
tree | 0519d06a40f9c239f06d83f11f24e4eae66232a2 | |
parent | 5d2fe083865990a569c35683f5f89cfd6daa8a24 (diff) |
Tweak some wording
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12126 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/file.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index 477da733c..5f68df499 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -64,11 +64,11 @@ popd</userinput></screen> <varlistentry> <term><parameter>--disable-*</parameter></term> <listitem> - <para>The configuration script attempt to use some packages from + <para>The configuration script attempts to use some packages from the host distribution if the corresponding library files exist. It may cause compilation failure if a library file exists, but - the corresponding header files do not exist. The options prevent - to use the packages from the host.</para> + the corresponding header files do not. These options prevent + using these unneeded capabilities from the host.</para> </listitem> </varlistentry> </variablelist> |