|
From: <sv...@va...> - 2008-12-17 19:16:04
|
Author: bart Date: 2008-12-17 19:15:58 +0000 (Wed, 17 Dec 2008) New Revision: 8835 Log: Fixed grammar / split a paragraph in two. Modified: trunk/drd/docs/drd-manual.xml Modified: trunk/drd/docs/drd-manual.xml =================================================================== --- trunk/drd/docs/drd-manual.xml 2008-12-17 19:10:26 UTC (rev 8834) +++ trunk/drd/docs/drd-manual.xml 2008-12-17 19:15:58 UTC (rev 8835) @@ -964,13 +964,16 @@ <title>Debugging Boost.Thread Programs</title> <para> -The Boost.Thread library the threading library included with the -cross-platform Boost Libraries. This threading library is an -implementation of the draft C++0x threading library. Applications -that use the Boost.Thread library should run fine under DRD. +The Boost.Thread library is the threading library included with the +cross-platform Boost Libraries. This threading library is an early +implementation of the upcoming C++0x threading library. </para> <para> +Applications that use the Boost.Thread library should run fine under DRD. +</para> + +<para> More information about Boost.Thread can be found here: <itemizedlist> <listitem> |