aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appendixa/bash-desc.xml2
-rw-r--r--appendixa/bash-shortdesc.xml2
-rw-r--r--chapter05/bash-inst.xml2
-rw-r--r--chapter05/setting-environment.xml2
-rw-r--r--index.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/appendixa/bash-desc.xml b/appendixa/bash-desc.xml
index 5baa77c5d..448e85b1f 100644
--- a/appendixa/bash-desc.xml
+++ b/appendixa/bash-desc.xml
@@ -9,7 +9,7 @@
<sect4><title>bash</title>
<para>bash is the Bourne-Again SHell, which is a widely used command
interpreter on Unix systems. The bash program reads from standard
-input, the keyboard. A user types something and the program will evaluate
+input (the keyboard). A user types something and the program will evaluate
what he has typed and do something with it, like running a
program.</para></sect4>
diff --git a/appendixa/bash-shortdesc.xml b/appendixa/bash-shortdesc.xml
index 9c195d277..c4a22898b 100644
--- a/appendixa/bash-shortdesc.xml
+++ b/appendixa/bash-shortdesc.xml
@@ -4,7 +4,7 @@
<para>bash is the Bourne-Again SHell, which is a widely used command
interpreter on Unix systems. The bash program reads from standard
-input, the keyboard. A user types something and the program will evaluate
+input (the keyboard). A user types something and the program will evaluate
what he has typed and do something with it, like running a
program.</para>
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
diff --git a/index.xml b/index.xml
index eca04a471..b1ac1aceb 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20030117">
-<!ENTITY releasedate "January 17th, 2003">
+<!ENTITY version "20030118">
+<!ENTITY releasedate "January 18th, 2003">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">