aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 21:28:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 21:28:02 +0000
commit558cb8a4362c21ac85a8af645b7ef53aa8fba2f5 (patch)
treec6a19b76f8e32cd1f47cfefa5d5ec92f6d532d5c /chapter05/bash-inst.xml
parentc118e6c2cc98b297772f18a8cf24ed9d09e50de8 (diff)
minor textual changes to chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 09b9dae01..f58cbe77d 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -15,7 +15,7 @@ development package. This package is often called something like
this package is already installed, or you just installed it, check for the
two files again. Often the <filename>libcurses.a</filename> file is (still)
missing. If so, create <filename>libcurses.a</filename> as a symlink
-by running the following commands as user <emphasis>root:</emphasis></para>
+by running the following command as user <emphasis>root:</emphasis></para>
<para><screen><userinput>ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para>
@@ -50,7 +50,7 @@ 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.
-That package requires ncurses, and termcap can't reliably be used
+That package requires ncurses, and termcap can't be used
there.</para></listitem>
</itemizedlist>