Ticket #2649: text-updates.patch
File text-updates.patch, 1.1 KB (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter05/gawk.xml
55 55 suite is not mandatory for the temporary tools here in this chapter. To run 56 56 the Gawk test suite anyway, issue the following command:</para> 57 57 58 <para>To test the results, issue:</para>59 60 58 <screen><userinput remap="test">make check</userinput></screen> 61 59 62 60 <para>Install the package:</para> -
trunk/BOOK/chapter06/patch.xml
42 42 <sect2 role="installation"> 43 43 <title>Installation of Patch</title> 44 44 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> 47 47 48 48 <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen> 49 49