Ticket #2649: text-updates.patch

File text-updates.patch, 1.1 KB (added by chris@…, 15 years ago)
  • trunk/BOOK/chapter05/gawk.xml

     
    5555    suite is not mandatory for the temporary tools here in this chapter. To run
    5656    the Gawk test suite anyway, issue the following command:</para>
    5757
    58     <para>To test the results, issue:</para>
    59 
    6058<screen><userinput remap="test">make check</userinput></screen>
    6159
    6260    <para>Install the package:</para>
  • trunk/BOOK/chapter06/patch.xml

     
    4242  <sect2 role="installation">
    4343    <title>Installation of Patch</title>
    4444
    45     <para>Apply a patch to prevent a test that requires <command>ed</command>
    46     from being run:</para>
     45    <para>Apply a patch to prevent the testsuite from running a test that
     46    requires <command>ed</command>:</para>
    4747
    4848<screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>
    4949