Jelajahi Sumber

Minor wording fix. Fixes #2654.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 tahun lalu
induk
melakukan
bc5f39a35e
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      chapter06/ncurses.xml

+ 3 - 2
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>