diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 21:07:42 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 21:07:42 +0000 |
commit | 06c61cacc1b6db13e116775fb10b1e4c66fe4466 (patch) | |
tree | 4b919bf47cd8f796b4574c5ef3c6c944262d4614 | |
parent | bee1e69712a65c10fc7dade2832afa947221cb49 (diff) |
Some anal fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/creatingdirs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index cb5431214..61bff49f5 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -38,8 +38,8 @@ The second mode change makes sure that any user can write to the 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, copy the source files that were -downloaded in chapter 3 to some subdirectory under +<para>Now that the directories are created, move the source tarballs that +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> |