]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Temporarily comment out a couple of XML fragments which cause the .pdf
authorJulian Seward <jseward@acm.org>
Tue, 22 Jul 2008 18:32:29 +0000 (18:32 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 22 Jul 2008 18:32:29 +0000 (18:32 +0000)
generation (make print-docs), and hence make dist, to fail for
completely non-obvious reasons, even though xsltproc (make html-docs)
does not complain about them.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8455

drd/docs/drd-manual.xml

index b24a0168b7196e238c17ff4aacbde078d1673301..e3bd112948a5a4502b1dbf4acede13efe676659e 100644 (file)
@@ -832,6 +832,7 @@ DRD reports such calls.
   xreflabel="Racy use of pthread_cond_wait()"
 >
 <title>Racy use of pthread_cond_wait()</title>
+<!--
 <tgroup cols='2' align='left' colsep='1' rowsep='1'>
     <colspec colname='thread1'/>
     <colspec colname='thread2'/>
@@ -862,6 +863,7 @@ pthread_cond_signal(&cond);
     </row>
   </tbody>
 </tgroup>
+-->
 </table>
 
 <table
@@ -870,6 +872,7 @@ pthread_cond_signal(&cond);
   xreflabel="Correct use of pthread_cond_wait()"
 >
 <title>Correct use of pthread_cond_wait()</title>
+<!--
 <tgroup cols='2' align='left' colsep='1' rowsep='1'>
     <colspec colname='thread1'/>
     <colspec colname='thread2'/>
@@ -900,6 +903,7 @@ pthread_mutex_unlock(&mutex);
     </row>
   </tbody>
 </tgroup>
+-->
 </table>
 
 </sect2>
@@ -1021,8 +1025,11 @@ by KDE 4. If possible, use Qt4 instead of Qt3. Qt3 is no longer
 supported, and there are known problems with multithreading support in
 Qt3. As an example, using QString objects in more than one thread will
 trigger race reports (this has been confirmed by Trolltech -- see also
-Trolltech task <ulink
+Trolltech task (bug report) number 206152.
+<!--
+ <ulink
 url="http://trolltech.com/developer/task-tracker/index_html?id=206152&amp;method=entry">#206152</ulink>).
+-->
 </para>
 
 <para>