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 /chapter06/creatingdirs.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 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 61bff49f5..0b149bfb2 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -39,7 +39,7 @@ cannot remove other users's files from them. The latter is prohibited by the so-called "sticky bit" -- the highest bit in the 1777 bit mask.</para> <para>Now that the directories are created, move the source tarballs that -were downloaded in chapter 3 to some subdirectory under +were downloaded in Chapter 3 to some subdirectory under <filename class="directory">/usr/src</filename> (you will have to create the desired subdirectory yourself).</para> |