Boost C++ Libraries: Ticket #3205: Documentation errors https://svn.boost.org/trac10/ticket/3205 <p> In this document <a href="http://www.boost.org/doc/libs/1_35_0/doc/html/interprocess/synchronization_mechanisms.html">http://www.boost.org/doc/libs/1_35_0/doc/html/interprocess/synchronization_mechanisms.html</a> titled 'Synchronization mechanisms', the first line of explanation for topic 'A mutex can also be recursive or non-recursive:' is incorrect. <strong></strong>Recursive mutexes can be locked several "types" = "times" by the same thread. To fully unlock the mutex, the thread has "two" = "to" unlock the mutex the same times it has locked it. I have not fully read the document and I think the documents need further proofreading. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3205 Trac 1.4.3 Steven Watanabe Tue, 23 Jun 2009 00:58:20 GMT owner, component changed https://svn.boost.org/trac10/ticket/3205#comment:1 https://svn.boost.org/trac10/ticket/3205#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">Ion Gaztañaga</span> </li> <li><strong>component</strong> <span class="trac-field-old">thread</span> → <span class="trac-field-new">interprocess</span> </li> </ul> Ticket Ion Gaztañaga Thu, 25 Jun 2009 16:20:04 GMT <link>https://svn.boost.org/trac10/ticket/3205#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3205#comment:2</guid> <description> <p> Fixed for Boost 1.40 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Thu, 25 Jun 2009 16:23:39 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3205#comment:3 https://svn.boost.org/trac10/ticket/3205#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket