Author: ken
Date: Sat Feb 25 17:31:57 2017
New Revision: 18410

Log:
Typo.

Modified:
   trunk/BOOK/general/graphlib/libpng.xml

Modified: trunk/BOOK/general/graphlib/libpng.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libpng.xml      Sat Feb 25 16:02:12 2017        
(r18409)
+++ trunk/BOOK/general/graphlib/libpng.xml      Sat Feb 25 17:31:57 2017        
(r18410)
@@ -110,7 +110,7 @@
       commands:
     </para>
 
-<screen><userinput>LIBS=-lphtread ./configure --prefix=/usr --disable-static 
&amp;&amp;
+<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr --disable-static 
&amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -131,7 +131,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <envar>LIBS=-lphtread</envar>: Ensure the libpthread library is
+      <envar>LIBS=-lpthread</envar>: Ensure the libpthread library is
       used to allow parallelism on systems with multiple cores.
     </para>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to