aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r--chapter06/ncurses-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index d63ef628a..7a77ec74b 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -26,8 +26,7 @@ where they're expected to reside:</para>
<para>Since the libaries have been moved to
<filename>/lib</filename>, a few symlinks are currently pointing
-towards non-existing files. Create the following symlinks to
-account for this:</para>
+towards non-existing files. Recreate those symlinks:</para>
<para><screen><userinput>ln -sf libncurses.a /usr/lib/libcurses.a &amp;&amp;
ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so &amp;&amp;