Changeset b0e1dc8 for chapter05/gawk.xml


Ignore:
Timestamp:
12/03/2008 09:22:19 PM (15 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.5, 6.6, 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:
6e88633
Parents:
b943097
Message:

Fix typos in Chapter 5 Gawk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gawk.xml

    rb943097 rb0e1dc8  
    5555        <listitem>
    5656          <para>This parameter bypasses the search for mktime in configure
    57           and uses the version in glibc. The is necessary due to a change in
     57          and uses the version in glibc. This is necessary due to a change in
    5858          gcc that has not been incorporated into this package yet.</para>
    5959        </listitem>
     
    6262    </variablelist>
    6363
     64<screen><userinput remap="make">make</userinput></screen>
     65
    6466    <para>Compilation is now complete. As discussed earlier, running the test
    6567    suite is not mandatory for the temporary tools here in this chapter. To run
    6668    the Gawk test suite anyway, issue the following command:</para>
    67 
    68 <screen><userinput remap="make">make</userinput></screen>
    6969
    7070    <para>To test the results, issue:</para>
Note: See TracChangeset for help on using the changeset viewer.