aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
parentebd8ee20fa777a1a2bea193b36310bcef25e5e2d (diff)
s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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
25 files changed, 25 insertions, 25 deletions
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>