aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
commite5846effb0fab3c1f10b071660f96b45749d74cb (patch)
tree19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/ncurses.xml
parent7efa3be047998850dec035e52784fb6ea63eb1bc (diff)
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r--chapter06/ncurses.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 38153e3eb..33ff5341d 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -58,7 +58,7 @@ where they are expected to reside:</para>
<screen><userinput>mv /usr/lib/libncurses.so.5* /lib</userinput></screen>
-<para>Because the libraries have been moved, a few symlinks are pointing to
+<para>Because the libraries have been moved, a few symlinks point to
non-existent files. Recreate those symlinks:</para>
<screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so