[interprocess] Minor documentation errors

Hi Ion, If your going to post an updated version here are a couple of doc errors I encountered. In the section about Named and Anonymous Synchronization Mechanisms, the comments and code are swapped. //Open the synchronization utility. If it does not previously //exist, throws an error. NamedUtility(open_or_create, ...) //Open the synchronization utility. If it does not previously //exist, create it. NamedUtility(open_only, ...) And in the section about Mutexes, I think, the second occurrence of interprocess_mutex was supposed to be interprocess_recursive_mutex #include <boost/interprocess/sync/interprocess_mutex.hpp> boost::interprocess::interprocess_mutex: A non-recursive, anonymous mutex that can be placed in shared memory or memory mapped files. #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> boost::interprocess::interprocess_mutex: A recursive, anonymous mutex that can be placed in shared memory or memory mapped files. Thanks, Matt P.S. This is a really great library! Good work. -- Matt Doyle Advanced Motion Control To the optimist, the glass is half full. To the pessimist, the glass is half empty To the engineer, the glass is twice as big as it needs to be. //move the out going tag out of the way Scanned by McAfee GroupShield {X3BTB534}
participants (2)
-
Ion Gaztañaga
-
Matt Doyle