diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-18 23:23:45 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-18 23:23:45 +0000 |
commit | f8a5e31df6c7e691bc9092def3ae306796169108 (patch) | |
tree | 63df011dcd71aae9e3242c89d6a238ba6087969b /chapter05 | |
parent | 8dc214d33c46895ec1cccb93f22b270987211dee (diff) |
Grammatic changes to chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/setting-environment.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 9adf0c786..09b9dae01 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -46,7 +46,7 @@ package (so in truth we link against the ncurses library).</para> <para>It is not strictly necessary for the static bash to be linked against libncurses (it can link against a static termcap for the time -being just fine because we will reinstall Bash in Chapter 6 anyways, +being just fine because we will reinstall Bash in Chapter 6 anyway, where we will use libncurses), but it's a good test to make sure that the Ncurses package has been installed properly. If not, you will get in trouble later on in this chapter when you install the Texinfo package. diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml index 9ee0477d4..9dab20f14 100644 --- a/chapter05/setting-environment.xml +++ b/chapter05/setting-environment.xml @@ -14,7 +14,7 @@ export LFS LC_ALL CC EOF source ~/.bash_profile</userinput></screen></para> -<para>This profile sets the umask to 022, so newly created files will and +<para>This profile sets the umask to 022, so newly created files and directories will have the correct permissions. To be more specific, only the file owner will have write permission to new files and directories. Other users of the system will be have read permission, and executable |