From fc29848099e78f250bd23131e879d952ceab9422 Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 20 Jun 2005 18:57:20 +0000 Subject: Minor wording change. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash.xml | 2 +- chapter05/binutils-pass2.xml | 2 +- chapter05/perl.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') 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: ./configure --prefix=/tools --without-bash-malloc -The meaning of the configure option: +The meaning of the configure options: 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 ../binutils-&binutils-version;/configure --prefix=/tools \ --disable-nls --enable-shared --with-lib-path=/tools/lib -The meaning of the new configure option: +The meaning of the new configure options: 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): ./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' -The meaning of the configure option: +The meaning of the configure options: -- cgit v1.2.3-54-g00ecf