diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-20 18:57:20 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-20 18:57:20 +0000 |
commit | fc29848099e78f250bd23131e879d952ceab9422 (patch) | |
tree | 90107b7f1f159c9d2aed5684fe16b7e2c5c0ce73 /chapter05 | |
parent | 2a0a14b81797dc21687cb410ba5ecaf2e04c3a7a (diff) |
Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 2 | ||||
-rw-r--r-- | chapter05/binutils-pass2.xml | 2 | ||||
-rw-r--r-- | chapter05/perl.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index d44d98da8..d330c3906 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -39,7 +39,7 @@ it to hang inappropriately. This patch fixes the problem:</para> <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 25624235b..8e9c32751 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -50,7 +50,7 @@ cd ../binutils-build</userinput></screen> <screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ --disable-nls --enable-shared --with-lib-path=/tools/lib</userinput></screen> -<para>The meaning of the new configure option:</para> +<para>The meaning of the new configure options:</para> <variablelist> <varlistentry> diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 6e369751c..ac18ab5bd 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -39,7 +39,7 @@ part of the command correct—they are all letters):</para> <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX'</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> |