diff options
-rw-r--r-- | chapter06/ncurses.xml | 5 |
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> |