diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-03 16:33:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-03 16:33:35 +0000 |
commit | 597ec033cf1b8bed04ebcd8653e233de8d1fd759 (patch) | |
tree | 6ce62f3baef4c8cb63263bded232a04c66ebcd5d | |
parent | 26fd2d0b61385a440acf02e7edea497db4b3e3b6 (diff) |
Add some minor text tweaks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/util-linux.xml | 8 | ||||
-rw-r--r-- | chapter06/findutils.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 5cda1f60b..96b8eec1f 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -113,4 +113,12 @@ </sect2> + <sect2 role="content"> + <title/> + + <para>Details on this package are located in + <xref linkend="contents-utillinux" role="."/></para> + + </sect2> + </sect1> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 31fc1d2ac..f7ca0578b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -50,7 +50,7 @@ <screen><userinput remap="pre">sed -i 's/test-lock..EXEEXT.//' tests/Makefile.in</userinput></screen> - <para>Next, make some fixes required by glibc-2.28:</para> + <para>Next, make some fixes required by glibc-2.28 and later:</para> <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' gl/lib/*.c sed -i '/unistd/a #include <sys/sysmacros.h>' gl/lib/mountlist.c |