From 4d2e6a7ef6d230d1904cda29a0ead9b4fa461c98 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 3 May 2010 03:51:33 +0000 Subject: [PATCH] Minor text changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 6 ++++++ chapter05/gawk.xml | 2 -- chapter06/patch.xml | 4 ++-- 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 @@ -39,6 +39,12 @@ 2010-05-03 + + [bdubbs] - Made minor text changes in Chapter 5, gawk + and Chapter 6, patch. + Thanks to Chris Staub. + Fixes #2649. + [bdubbs] - Made several text changes in Section v, Rationale for Packages in the Book. Thanks to Chris 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: - To test the results, issue: - make check Install the package: 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 @@ Installation of Patch - Apply a patch to prevent a test that requires ed - from being run: + Apply a patch to prevent a the testsuite from running a test that + requires ed: patch -Np1 -i ../&patch-test-patch;