diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 03:57:33 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-13 03:57:33 +0000 |
commit | 05946986d0233d9977107a34eefd1c96ebaffa4b (patch) | |
tree | 31df6d3e173271d3d76e55c1576119e08b902029 /chapter05/lockingglibc.xml | |
parent | 1b62790af7915536db6f92ccbf7b111e88360124 (diff) |
Add some whitespace adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2974 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r-- | chapter05/lockingglibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 215e7567e..0f62d8f66 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -46,6 +46,9 @@ following commands to eliminate this possibility:</para> <screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> +<!-- HACK - Force some whitespace to appease tidy --> +<literallayout></literallayout> + <caution><para>It is imperative at this point to stop and ensure that the basic functions (compiling and linking) of the new toolchain are working as expected. For this we are going to perform a simple sanity check:</para> |