Minor text changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2010-05-03 03:51:33 +00:00
parent 1c72dda6ad
commit 4d2e6a7ef6
3 changed files with 8 additions and 4 deletions

View File

@ -39,6 +39,12 @@
<listitem> <listitem>
<para>2010-05-03</para> <para>2010-05-03</para>
<itemizedlist> <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> <listitem>
<para>[bdubbs] - Made several text changes in Section v, <para>[bdubbs] - Made several text changes in Section v,
Rationale for Packages in the Book. Thanks to Chris Rationale for Packages in the Book. Thanks to Chris

View File

@ -55,8 +55,6 @@
suite is not mandatory for the temporary tools here in this chapter. To run suite is not mandatory for the temporary tools here in this chapter. To run
the Gawk test suite anyway, issue the following command:</para> 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> <screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para> <para>Install the package:</para>

View File

@ -42,8 +42,8 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Patch</title> <title>Installation of Patch</title>
<para>Apply a patch to prevent a test that requires <command>ed</command> <para>Apply a patch to prevent a the testsuite from running a test that
from being run:</para> requires <command>ed</command>:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>