diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:15:50 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 17:15:50 +0000 |
commit | 2e76fb5c41cd1f741c579f480d1c118f0e8ecc01 (patch) | |
tree | 4b3cc163d7c3ac6245cb671e5943df3d1ba22fad /chapter03/creatingdirs.xml | |
parent | 12962a59a037667306cb7847ac83790e43bd83ee (diff) |
noted text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/creatingdirs.xml')
-rw-r--r-- | chapter03/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index f60101786..cb622a1c9 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -10,7 +10,7 @@ created with the correct permissions:</para> <para><screen><userinput>umask 022</userinput></screen></para> <para>We would advise you to make sure that the umask is set to 022 -throughout your LFS install.</para> +throughout your LFS installation.</para> <para>Let's now create the directory tree on the LFS partition based on the FHS standard, which can be found at <ulink |