From: Julian Seward Date: Tue, 22 Jul 2008 18:32:29 +0000 (+0000) Subject: Temporarily comment out a couple of XML fragments which cause the .pdf X-Git-Tag: svn/VALGRIND_3_4_0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8229b6e429bcf32cf5f272b3a22d7d6e6450869f;p=thirdparty%2Fvalgrind.git Temporarily comment out a couple of XML fragments which cause the .pdf 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 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index b24a0168b7..e3bd112948 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -832,6 +832,7 @@ DRD reports such calls. xreflabel="Racy use of pthread_cond_wait()" > Racy use of pthread_cond_wait() + Correct use of pthread_cond_wait() +
@@ -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 #206152). +-->