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 --- chapter06/bash.xml | 2 +- chapter06/glibc.xml | 2 +- chapter06/less.xml | 2 +- chapter06/mktemp.xml | 2 +- chapter06/perl.xml | 2 +- chapter06/psmisc.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06') 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: ./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline -The meaning of the configure option: +The meaning of the configure options: 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 --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc -The meaning of the new configure option: +The meaning of the new configure options: 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 ./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc -The meaning of the configure option: +The meaning of the configure options: 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 mktemp. Patch Mktemp to include a ./configure --prefix=/usr --with-libc -The meaning of the configure option: +The meaning of the configure options: 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: ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" -The meaning of the configure option: +The meaning of the configure options: 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 ./configure --prefix=/usr --exec-prefix="" -The meaning of the configure option: +The meaning of the configure options: -- cgit v1.2.3-54-g00ecf