aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index 8c9115709..7ee897a3d 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -18,8 +18,8 @@ Install Bash by running the following commands:
</literallayout></blockquote>
<para>
-If you get errors when compiling bash that tell you about not being able to
-find <quote>-lcurses</quote> run these two commands to create the
+If a user gets errors when compiling bash that tell about not being able to
+find <quote>-lcurses</quote> these two commands should be run to create the
missing symlink (so far we have not enountered one distribution that has
this libncurses symlink setup properly, except for LFS systems where it
is setup properly):
@@ -34,8 +34,9 @@ is setup properly):
<para>
Note: Normally the libncurses.a file resides in the /usr/lib directory
-but it might reside in /lib (like it does on LFS systems). So check to
-make sure whether you should run the ln command in /usr/lib or in /lib
+but it might reside in /lib (like it does on LFS systems). A user needs
+to check to
+make sure whether the ln command has to be run in /usr/lib or in /lib.
</para>
</sect2>