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 /chapter06 | |
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 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 2 | ||||
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/less.xml | 2 | ||||
-rw-r--r-- | chapter06/mktemp.xml | 2 | ||||
-rw-r--r-- | chapter06/perl.xml | 2 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 7f6c5bff0..9079d8d64 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -46,7 +46,7 @@ following patch resolves this problem:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 29949bb22..daff4337a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -71,7 +71,7 @@ cd ../glibc-build</userinput></screen> --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</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/chapter06/less.xml b/chapter06/less.xml index 165fd99e1..514bd6b64 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -34,7 +34,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index 77a1a2d32..c48cfbfb0 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -41,7 +41,7 @@ to <command>mktemp</command>. Patch Mktemp to include a <screen><userinput>./configure --prefix=/usr --with-libc</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 4bb925d1d..aa90509e7 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -37,7 +37,7 @@ prepare Perl for compilation with:</para> <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 2912a4671..5b8b20f34 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -35,7 +35,7 @@ GCC, Gettext, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <screen><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen> -<para>The meaning of the configure option:</para> +<para>The meaning of the configure options:</para> <variablelist> <varlistentry> |