diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-12 16:48:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-12 16:48:19 +0000 |
commit | dc96e56c08516c684864e0df3ee002f85f055068 (patch) | |
tree | bd01323cefc935b0eea288412673ba77bf7ffa2f /chapter06 | |
parent | 4982b58204393c3a31a6bc3f466e1519aec92c72 (diff) |
Change output if readelf to render on one line like the actual output.
Update formatting for pdf.
This is appearance only and did not change version number.
Fixes Ticket #2438.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9aee47585..f88922be7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -113,8 +113,10 @@ tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile</userinput>< <para>Fix an error in the constants that get passed to the futex system call in some cases, causing certain pthread_mutex operations to fail:</para> -<screen><userinput remap="pre">sed -i -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ - nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen> +<!-- Format below is for proper pdf generation --> +<screen><userinput remap="pre">sed -i \ + -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ + nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |