diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 18:31:39 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-18 18:31:39 +0000 |
commit | 60ed866798672201b1e79c15a8f38e4f7f76a9a1 (patch) | |
tree | f14e7aa45bfd86f16e0601212417a0d71edbf844 /chapter05 | |
parent | 8d8ab633a0bf92e5f9f95518616120b4d82a5d5a (diff) |
Fixed typos, removed old command explanation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/fileutils-inst.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 23488c6da..bfd893b88 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -9,7 +9,7 @@ the instructions of the book version you read exactly.</para> <para>If both of the files are missing, you have to install the Ncurses development package. This package is often called something like -<emphasis>Ncurses-dev</emphasis>. If this package is already installed, +<emphasis>ncurses-dev</emphasis>. If 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, then create <filename>libcurses.a</filename> as a symlink by running the diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 8e209b4e1..bebf6cb95 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -14,7 +14,7 @@ and has Glibc-2.2.3 (or higher) installed. If that's the case, you'll need to remove the fileutils-&fileutils-version; directory and unpack it again from the tarball before continuing. We believe this may be the case when your distribution has altered Glibc-2.2.3 somehow, but details are -unavailable at the time.</para> +unavailable at this time.</para> <para>To fix this package to compile properly on AMD/Glibc-2.2.3 machines, run the following command. Do <emphasis>not</emphasis> |