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 | |
parent | 12962a59a037667306cb7847ac83790e43bd83ee (diff) |
noted text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/creatingdirs.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5a59f0989..d92db3c4b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -29,6 +29,10 @@ </para></listitem> +<listitem><para>August 29th, 2001 [gerard]: Various updates to the text +through the entire book (mostly grammatical fixes and +such).</para></listitem> + <listitem><para>August 28th, 2001 [gerard]: Chapter 6-Texinfo: Added the explanation of the make TEXMF=/usr/share/texmf install-tex command.</para></listitem> 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 |