aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-03 03:51:33 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-03 03:51:33 +0000
commit4d2e6a7ef6d230d1904cda29a0ead9b4fa461c98 (patch)
tree7a76594156de451ae57882ac461fca41ef400580 /chapter06/patch.xml
parent1c72dda6ad0c1b361daa19f7b3f8aeb067adfb64 (diff)
Minor text changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/patch.xml')
-rw-r--r--chapter06/patch.xml4
1 files changed, 2 insertions, 2 deletions
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>