Minor wording fix. Fixes #2654.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-05-21 22:26:50 +00:00
parent bb7b78f423
commit bc5f39a35e

View File

@ -99,8 +99,9 @@
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Move the libraries to the <filename class="directory">/lib</filename> directory, <para>Move the shared libraries to the
where they are expected to reside:</para> <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> <screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.5* /lib</userinput></screen>