aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter05/gawk.xml2
-rw-r--r--chapter06/patch.xml4
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9764428bb..629ca4a2b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,12 @@
<para>2010-05-03</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
+ and Chapter 6, patch.
+ Thanks to Chris Staub.
+ Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Made several text changes in Section v,
Rationale for Packages in the Book. Thanks to Chris
Staub for the patch.
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index af89648fc..adcd2ea15 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -55,8 +55,6 @@
suite is not mandatory for the temporary tools here in this chapter. To run
the Gawk test suite anyway, issue the following command:</para>
- <para>To test the results, issue:</para>
-
<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index a106962ef..0207daf91 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -42,8 +42,8 @@
<sect2 role="installation">
<title>Installation of Patch</title>
- <para>Apply a patch to prevent a test that requires <command>ed</command>
- from being run:</para>
+ <para>Apply a patch to prevent a the testsuite from running a test that
+ requires <command>ed</command>:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>