diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
commit | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch) | |
tree | 019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter05/creatingstaticdir.xml | |
parent | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff) |
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/creatingstaticdir.xml')
-rw-r--r-- | chapter05/creatingstaticdir.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/creatingstaticdir.xml b/chapter05/creatingstaticdir.xml index 480b0d86e..9e83b9952 100644 --- a/chapter05/creatingstaticdir.xml +++ b/chapter05/creatingstaticdir.xml @@ -11,7 +11,7 @@ command to create the directory:</para> <para><screen><userinput>mkdir $LFS/static</userinput></screen></para> -<para>You may want to move the packages you downloaded in chapter 3 to this +<para>You may want to move the packages you downloaded in Chapter 3 to this <filename class="directory">$LFS/static</filename> directory, perhaps create a subdirectory <filename class="directory">$LFS/static/src</filename> to keep them in.</para> |