aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-21 07:31:01 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-21 07:31:01 +0000
commit39dbad2e34e8600aeb878ffe33ad1cb9cfc22d8a (patch)
treec1a1b2f82646069fe893e1eaf7595047fe031197
parentebd8ee20fa777a1a2bea193b36310bcef25e5e2d (diff)
s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter05/bash-inst.xml2
-rw-r--r--chapter05/binutils-pass1-inst.xml2
-rw-r--r--chapter05/binutils-pass2-inst.xml2
-rw-r--r--chapter05/coreutils-inst.xml2
-rw-r--r--chapter05/expect-inst.xml2
-rw-r--r--chapter05/findutils-inst.xml2
-rw-r--r--chapter05/gawk-inst.xml2
-rw-r--r--chapter05/gcc-pass1-inst.xml2
-rw-r--r--chapter05/gcc-pass2-inst.xml2
-rw-r--r--chapter05/gettext-inst.xml2
-rw-r--r--chapter05/glibc-inst.xml4
-rw-r--r--chapter05/grep-inst.xml2
-rw-r--r--chapter05/make-inst.xml2
-rw-r--r--chapter05/sed-inst.xml2
-rw-r--r--chapter05/tar-inst.xml2
-rw-r--r--chapter05/tcl-inst.xml4
-rw-r--r--chapter05/texinfo-inst.xml2
-rw-r--r--chapter06/autoconf-inst.xml2
-rw-r--r--chapter06/automake-inst.xml2
-rw-r--r--chapter06/bash-inst.xml2
-rw-r--r--chapter06/binutils-inst.xml2
-rw-r--r--chapter06/bison-inst.xml2
-rw-r--r--chapter06/coreutils-inst.xml2
-rw-r--r--chapter06/diffutils-inst.xml2
-rw-r--r--chapter06/e2fsprogs-inst.xml2
-rw-r--r--chapter06/ed-inst.xml2
-rw-r--r--chapter06/findutils-inst.xml2
-rw-r--r--chapter06/flex-inst.xml2
-rw-r--r--chapter06/gawk-inst.xml2
-rw-r--r--chapter06/gcc-inst.xml2
-rw-r--r--chapter06/gettext-inst.xml2
-rw-r--r--chapter06/glibc-inst.xml2
-rw-r--r--chapter06/grep-inst.xml2
-rw-r--r--chapter06/libtool-inst.xml2
-rw-r--r--chapter06/m4-inst.xml2
-rw-r--r--chapter06/make-inst.xml2
-rw-r--r--chapter06/patch-inst.xml2
-rw-r--r--chapter06/perl-inst.xml2
-rw-r--r--chapter06/sed-inst.xml2
-rw-r--r--chapter06/tar-inst.xml2
-rw-r--r--chapter06/texinfo-inst.xml2
-rw-r--r--chapter06/zlib-inst.xml2
43 files changed, 45 insertions, 45 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 05b553a47..55bf72592 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -169,7 +169,7 @@ about the test suites.</para></listitem>
description for the --without-ada configure switch.</para></listitem>
<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Gawk: Added the
-testsuite</para></listitem>
+test suite</para></listitem>
<listitem><para>September 12th, 2003 [jeremy]: Chapter 5 - Grep: Added
descriptions of configure switches courtesy of Anderson Lizardo</para></listitem>
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index b181413e6..1c047cf2d 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -16,7 +16,7 @@ patch:</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml
index bf7da56e8..1002a5d43 100644
--- a/chapter05/binutils-pass1-inst.xml
+++ b/chapter05/binutils-pass1-inst.xml
@@ -8,7 +8,7 @@ because both Glibc and GCC perform various tests on the available linker and
assembler to determine which of their own features to enable.</para>
<note><para>Even though Binutils is an important toolchain package, we are not
-going to run the testsuite at this early stage. First, the testsuite framework
+going to run the test suite at this early stage. First, the test suite framework
is not yet in place and second, the programs from this first pass will soon be
overwritten by those installed in the second pass.</para></note>
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index fbd555389..bb963f520 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -3,7 +3,7 @@
<sect2>
<title>Re-installation of Binutils</title>
-<note><para>It's worth noting that the Binutils testsuite we run in this
+<note><para>It's worth noting that the Binutils test suite we run in this
chapter is considered not as critical as the one we run in Chapter 6.</para>
</note>
diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml
index 0d3534b93..04293d56a 100644
--- a/chapter05/coreutils-inst.xml
+++ b/chapter05/coreutils-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml
index a0e0ac1f3..2851ece04 100644
--- a/chapter05/expect-inst.xml
+++ b/chapter05/expect-inst.xml
@@ -18,7 +18,7 @@ GCC test suite run.</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml
index 363449bd2..7cad46962 100644
--- a/chapter05/findutils-inst.xml
+++ b/chapter05/findutils-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml
index 179b3a1d8..216dfcac3 100644
--- a/chapter05/gawk-inst.xml
+++ b/chapter05/gawk-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml
index 7d7532cd9..bf38aa96e 100644
--- a/chapter05/gcc-pass1-inst.xml
+++ b/chapter05/gcc-pass1-inst.xml
@@ -7,7 +7,7 @@
for the moment.</para>
<note><para>Even though GCC is an important toolchain package, we are not
-going to run the testsuite at this early stage. First, the testsuite framework
+going to run the test suite at this early stage. First, the test suite framework
is not yet in place and second, the programs from this first pass will soon be
overwritten by those installed in the second pass.</para></note>
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index b57ae3324..fcbd5e6cf 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -11,7 +11,7 @@ supported by your host distribution. Most notably, a host distribution
which does not properly support the devpts filesystem will cause most of
these tests to fail.</para>
-<note><para>It's worth noting that the GCC testsuite we run in this chapter is
+<note><para>It's worth noting that the GCC test suite we run in this chapter is
considered not as critical as the one we run in Chapter 6.</para></note>
<para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory.
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
index 798393ca9..c46c65d9d 100644
--- a/chapter05/gettext-inst.xml
+++ b/chapter05/gettext-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml
index d6568f433..e63792bec 100644
--- a/chapter05/glibc-inst.xml
+++ b/chapter05/glibc-inst.xml
@@ -8,8 +8,8 @@ into the <filename>glibc-&glibc-version;</filename> directory and unpack
Glibc-linuxthreads in that directory, not in <filename>/usr/src</filename> as
you would normally do.</para>
-<note><para>We are going to run the testsuite for Glibc in this chapter.
-However, it's worth noting that the Glibc testsuite we run in this chapter is
+<note><para>We are going to run the test suite for Glibc in this chapter.
+However, it's worth noting that the Glibc test suite we run in this chapter is
considered not as critical as the one we run in Chapter 6.</para></note>
<para>This package is known to behave badly when you have changed its
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index ee5410df6..74233ee66 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -24,7 +24,7 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem>
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml
index 529f2d3d4..9c41b3e5e 100644
--- a/chapter05/make-inst.xml
+++ b/chapter05/make-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml
index c7bd03ec5..eaee0cd07 100644
--- a/chapter05/sed-inst.xml
+++ b/chapter05/sed-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index 316ad2541..f9e2bed56 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml
index b6f39ea65..2131890d8 100644
--- a/chapter05/tcl-inst.xml
+++ b/chapter05/tcl-inst.xml
@@ -17,13 +17,13 @@ to know that our most important tools are working properly.</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
<para><screen><userinput>TZ=UTC make -k test</userinput></screen></para>
-<para>Sometimes, package testsuites will give false failures. You can
+<para>Sometimes, package test suites will give false failures. You can
consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
to verify that these failures are normal. This applies to all tests
throughout the book.</para>
diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml
index 7ce35619a..c991473e3 100644
--- a/chapter05/texinfo-inst.xml
+++ b/chapter05/texinfo-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/autoconf-inst.xml b/chapter06/autoconf-inst.xml
index 0f33c0ca9..a9122d6f6 100644
--- a/chapter06/autoconf-inst.xml
+++ b/chapter06/autoconf-inst.xml
@@ -10,7 +10,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/automake-inst.xml b/chapter06/automake-inst.xml
index ebafae19f..93ff09b26 100644
--- a/chapter06/automake-inst.xml
+++ b/chapter06/automake-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index 121872d5e..308a2dbea 100644
--- a/chapter06/bash-inst.xml
+++ b/chapter06/bash-inst.xml
@@ -17,7 +17,7 @@ patch:</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index 0d7a7cc6b..1afc766e2 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -2,7 +2,7 @@
<sect2><title>Installation of Binutils</title>
-<note><para>The testsuite for Binutils in this chapter is considered
+<note><para>The test suite for Binutils in this chapter is considered
<emphasis>critical</emphasis>. Do not skip it under any circumstances.</para>
</note>
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml
index 6e422bcba..e7d7d4cbd 100644
--- a/chapter06/bison-inst.xml
+++ b/chapter06/bison-inst.xml
@@ -16,7 +16,7 @@ compilation problem with some packages:</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml
index b9e287d0f..e80ba6719 100644
--- a/chapter06/coreutils-inst.xml
+++ b/chapter06/coreutils-inst.xml
@@ -23,7 +23,7 @@ provided by Net-tools. Prevent its installation by applying a patch:</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following commands will do so:</para>
diff --git a/chapter06/diffutils-inst.xml b/chapter06/diffutils-inst.xml
index 7fa26aa8f..c4ec231be 100644
--- a/chapter06/diffutils-inst.xml
+++ b/chapter06/diffutils-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml
index e2fff07e0..f28300cef 100644
--- a/chapter06/e2fsprogs-inst.xml
+++ b/chapter06/e2fsprogs-inst.xml
@@ -36,7 +36,7 @@ of.</para></listitem>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml
index f31a7e9ea..0fa6d4d48 100644
--- a/chapter06/ed-inst.xml
+++ b/chapter06/ed-inst.xml
@@ -27,7 +27,7 @@ create temporary files.</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml
index e4f2da960..bee0373f4 100644
--- a/chapter06/findutils-inst.xml
+++ b/chapter06/findutils-inst.xml
@@ -17,7 +17,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml
index 50a2cbb2d..22d6fca62 100644
--- a/chapter06/flex-inst.xml
+++ b/chapter06/flex-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
index f989517fb..1ac6525be 100644
--- a/chapter06/gawk-inst.xml
+++ b/chapter06/gawk-inst.xml
@@ -41,7 +41,7 @@ with its contents on a make uninstall.</para></listitem>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index 21e22c55c..4a5c6fc2e 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -3,7 +3,7 @@
<sect2>
<title>Installation of GCC</title>
-<note><para>The testsuite for GCC in this chapter is considered <emphasis>
+<note><para>The test suite for GCC in this chapter is considered <emphasis>
critical</emphasis>. Do not skip it under any circumstances.</para></note>
<para>This package is known to behave badly when you have changed its
diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml
index 05866cabf..bfb2b74af 100644
--- a/chapter06/gettext-inst.xml
+++ b/chapter06/gettext-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 56c5d92b6..c380b98da 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -9,7 +9,7 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before
the Glibc install, because the Glibc autoconf tests would then give bogus
results and thus defeat our goal of achieving a clean build.</para>
-<note><para>The testsuite for Glibc in this chapter is considered <emphasis>
+<note><para>The test suite for Glibc in this chapter is considered <emphasis>
critical</emphasis>. Do not skip it under any circumstances.</para></note>
<para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads
diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml
index 2695de465..3ec03f474 100644
--- a/chapter06/grep-inst.xml
+++ b/chapter06/grep-inst.xml
@@ -12,7 +12,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/libtool-inst.xml b/chapter06/libtool-inst.xml
index 541adf737..934057bd2 100644
--- a/chapter06/libtool-inst.xml
+++ b/chapter06/libtool-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/m4-inst.xml b/chapter06/m4-inst.xml
index 8f98c87df..5c10def53 100644
--- a/chapter06/m4-inst.xml
+++ b/chapter06/m4-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/make-inst.xml b/chapter06/make-inst.xml
index 1ca97b9ce..6d0d57cca 100644
--- a/chapter06/make-inst.xml
+++ b/chapter06/make-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml
index 8ef395093..5ad9e5b74 100644
--- a/chapter06/patch-inst.xml
+++ b/chapter06/patch-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/perl-inst.xml b/chapter06/perl-inst.xml
index f0860cb2e..26d418747 100644
--- a/chapter06/perl-inst.xml
+++ b/chapter06/perl-inst.xml
@@ -17,7 +17,7 @@ above.</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/sed-inst.xml b/chapter06/sed-inst.xml
index e43ce3702..c45dba0de 100644
--- a/chapter06/sed-inst.xml
+++ b/chapter06/sed-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml
index d7bba9334..91967c2f3 100644
--- a/chapter06/tar-inst.xml
+++ b/chapter06/tar-inst.xml
@@ -12,7 +12,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml
index 8db6ee4ee..e29343e30 100644
--- a/chapter06/texinfo-inst.xml
+++ b/chapter06/texinfo-inst.xml
@@ -11,7 +11,7 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml
index 188463a42..a4207042a 100644
--- a/chapter06/zlib-inst.xml
+++ b/chapter06/zlib-inst.xml
@@ -31,7 +31,7 @@ this stage, and remove it afterwards.</para>
./configure --prefix=/usr
make</userinput></screen></para>
-<para>This package has a testsuite available which can perform a number of
+<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
following command will do so:</para>