aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:26:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-21 22:26:50 +0000
commitbc5f39a35ed63e98ba046c0986dc44bd0a3fc48b (patch)
treee48639186afd14714c6146465c96e4d9a3dcd0c3 /chapter06
parentbb7b78f42368b163d61d6a4ff0273757a2035543 (diff)
Minor wording fix. Fixes #2654.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 1988e7828..6d09aa622 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -99,8 +99,9 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>Move the libraries to the <filename class="directory">/lib</filename> directory,
- where they are expected to reside:</para>
+ <para>Move the shared libraries to the
+ <filename class="directory">/lib</filename> directory, where they are
+ expected to reside:</para>
<screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.5* /lib</userinput></screen>