aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/m4.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-12 04:40:07 +0000
commit6a156bab1b41dfcbebcf69325dff81b73a2afad7 (patch)
tree39451253ebce7058ff7282090bd572ac36dff998 /chapter08/m4.xml
parentea7ec72fba2b9749da2c22db67152eccaef5dfb0 (diff)
Mostly text updates in Chapter 8.
There are a couple of minor command changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/m4.xml')
-rw-r--r--chapter08/m4.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/m4.xml b/chapter08/m4.xml
index a5911b576..54608bfeb 100644
--- a/chapter08/m4.xml
+++ b/chapter08/m4.xml
@@ -40,7 +40,7 @@
<sect2 role="installation">
<title>Installation of M4</title>
- <para>First, make some fixes required by glibc-2.28:</para>
+ <para>First, make some fixes required by glibc-2.28 and later:</para>
<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
@@ -84,13 +84,13 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>
<term><command>m4 </command></term>
<listitem>
<para>Copies the given files while expanding the macros that they
- contain [These macros are either built-in or user-defined and can
+ contain. These macros are either built-in or user-defined and can
take any number of arguments. Besides performing macro expansion,
<command>m4</command> has built-in functions for including named
files, running Unix commands, performing integer arithmetic,
manipulating text, recursion, etc. The <command>m4</command> program
can be used either as a front-end to a compiler or as a macro processor
- in its own right.]</para>
+ in its own right.</para>
<indexterm zone="ch-system-m4 m4">
<primary sortas="b-m4">m4</primary>
</indexterm>