|
From: <sv...@va...> - 2008-06-02 17:38:43
|
Author: bart Date: 2008-06-02 18:38:43 +0100 (Mon, 02 Jun 2008) New Revision: 8173 Log: Documentation fixes. Modified: branches/VALGRIND_3_3_BRANCH/exp-drd/docs/README.txt Modified: branches/VALGRIND_3_3_BRANCH/exp-drd/docs/README.txt =================================================================== --- branches/VALGRIND_3_3_BRANCH/exp-drd/docs/README.txt 2008-06-02 07:14:20 UTC (rev 8172) +++ branches/VALGRIND_3_3_BRANCH/exp-drd/docs/README.txt 2008-06-02 17:38:43 UTC (rev 8173) @@ -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 @@ 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 |