Author: matthew Date: 2010-05-21 16:26:50 -0600 (Fri, 21 May 2010) New Revision: 9273
Modified: trunk/BOOK/chapter06/ncurses.xml Log: Minor wording fix. Fixes #2654. Modified: trunk/BOOK/chapter06/ncurses.xml =================================================================== --- trunk/BOOK/chapter06/ncurses.xml 2010-05-21 22:25:47 UTC (rev 9272) +++ trunk/BOOK/chapter06/ncurses.xml 2010-05-21 22:26:50 UTC (rev 9273) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
