Text clarifications

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2019-09-15 16:27:03 +00:00
parent a751c8d6e8
commit ff097a94f5
3 changed files with 3 additions and 4 deletions

View File

@ -43,7 +43,7 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of M4</title> <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 <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> echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>

View File

@ -166,7 +166,7 @@ cd build</userinput></screen>
esac</userinput></screen> esac</userinput></screen>
<note><para>The symbolic link above is needed to run the tests at this <note><para>The symbolic link above is needed to run the tests at this
stage of building in the chroot envirnment. It will be overwritten stage of building in the chroot environment. It will be overwritten
in the install phase below.</para></note> in the install phase below.</para></note>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>

View File

@ -64,8 +64,7 @@
<screen><userinput remap="test">make test</userinput></screen> <screen><userinput remap="test">make test</userinput></screen>
<para>One subtest in the test 20-test_enc.t fails in the lfs chroot <para>One subtest in the test 20-test_enc.t is known to fail.</para>
environment, but passes when run as a regular user.</para>
<para>Install the package:</para> <para>Install the package:</para>