aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gawk.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-12-03 21:22:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-12-03 21:22:19 +0000
commitb0e1dc860c471d7047fc906001f3a336ef5f357c (patch)
tree1ce62872e047c957f8f570d239b63ce8610537b1 /chapter05/gawk.xml
parentb943097fb7a188a2c4732891f90e407382d65dd7 (diff)
Fix typos in Chapter 5 Gawk
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gawk.xml')
-rw-r--r--chapter05/gawk.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index ad6204987..c79eb72a6 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -54,19 +54,19 @@
<term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
<listitem>
<para>This parameter bypasses the search for mktime in configure
- and uses the version in glibc. The is necessary due to a change in
+ and uses the version in glibc. This is necessary due to a change in
gcc that has not been incorporated into this package yet.</para>
</listitem>
</varlistentry>
</variablelist>
+<screen><userinput remap="make">make</userinput></screen>
+
<para>Compilation is now complete. As discussed earlier, running the test
suite is not mandatory for the temporary tools here in this chapter. To run
the Gawk test suite anyway, issue the following command:</para>
-<screen><userinput remap="make">make</userinput></screen>
-
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>