Opened 13 years ago

Closed 13 years ago

#3205 closed Bugs (fixed)

Documentation errors

Reported by: pruthvi@… Owned by: Ion Gaztañaga
Milestone: Boost 1.40.0 Component: interprocess
Version: Boost 1.39.0 Severity: Problem
Keywords: Documentation, synchronization Cc:

Description

In this document http://www.boost.org/doc/libs/1_35_0/doc/html/interprocess/synchronization_mechanisms.html titled 'Synchronization mechanisms', the first line of explanation for topic 'A mutex can also be recursive or non-recursive:' is incorrect. 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.

Change History (3)

comment:1 by Steven Watanabe, 13 years ago

Component: threadinterprocess
Owner: changed from Anthony Williams to Ion Gaztañaga

comment:2 by Ion Gaztañaga, 13 years ago

Fixed for Boost 1.40

comment:3 by Ion Gaztañaga, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.