From: Bart Van Assche Date: Mon, 2 Jun 2008 17:38:43 +0000 (+0000) Subject: Documentation fixes. X-Git-Tag: svn/VALGRIND_3_3_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5bde59e03915bd4ddda9928cc54e40860496a7;p=thirdparty%2Fvalgrind.git Documentation fixes. git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@8173 --- diff --git a/exp-drd/docs/README.txt b/exp-drd/docs/README.txt index 47f2417485..d88ac5d99b 100644 --- a/exp-drd/docs/README.txt +++ b/exp-drd/docs/README.txt @@ -1,7 +1,7 @@ DRD: a Data Race Detector ========================= -Last update: December 3, 2007 by Bart Van Assche. +Last update: June 2, 2008 by Bart Van Assche. The Difficulty of Multithreading Programming @@ -48,7 +48,7 @@ helgrind. How to use DRD -------------- -To use this tool, specify --tool=drd on the Valgrind command line. +To use this tool, specify --tool=exp-drd on the Valgrind command line. Future DRD Versions