Changeset 4d2e6a7


Ignore:
Timestamp:
05/03/2010 03:51:33 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f00a9d4
Parents:
1c72dda
Message:

Minor text changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1c72dda r4d2e6a7  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
     44          and Chapter 6, patch.
     45          Thanks to Chris Staub.
     46          Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4349          <para>[bdubbs] - Made several text changes in Section v,
    4450          Rationale for Packages in the Book. Thanks to Chris
  • chapter05/gawk.xml

    r1c72dda r4d2e6a7  
    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
  • chapter06/patch.xml

    r1c72dda r4d2e6a7  
    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 a 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>
Note: See TracChangeset for help on using the changeset viewer.