svn commit: r46369 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 23 16:27:00 UTC 2015


Author: bapt (src,ports committer)
Date: Mon Mar 23 16:26:59 2015
New Revision: 46369
URL: https://svnweb.freebsd.org/changeset/doc/46369

Log:
  Remove unrelevant documentation about pthread
  
  Reviewed by:	mat
  Differential Revision:	https://reviews.freebsd.org/D2119

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Mon Mar 23 15:20:40 2015	(r46368)
+++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Mon Mar 23 16:26:59 2015	(r46369)
@@ -688,9 +688,6 @@ exec %%LOCALBASE%%/bin/java -jar %%DATAD
       <filename>sys/types.h</filename> is often forgotten, which is
       not as much of a problem for &linux; as it is for &os;.</para>
 
-    <para>Compile threaded applications with
-      <quote>-pthread</quote>, not <quote>-lpthread</quote> or
-      variations thereof.</para>
   </sect1>
 
   <sect1 xml:id="dads-misc">


More information about the svn-doc-all mailing list