diff options
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> |