aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/m4.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-15 16:27:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-09-15 16:27:03 +0000
commitff097a94f58bad9c6265ac018d65be2a43ef1e05 (patch)
tree16fea817ad30bd6925883e85cb2326479d71e902 /chapter05/m4.xml
parenta751c8d6e8ed93fbad6d02cc8a23582403e52245 (diff)
Text clarifications
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/m4.xml')
-rw-r--r--chapter05/m4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/m4.xml b/chapter05/m4.xml
index a4ed71be8..0dcc6b774 100644
--- a/chapter05/m4.xml
+++ b/chapter05/m4.xml
@@ -43,7 +43,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 introduced by glibc-2.28:</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>