Opened 13 years ago

Closed 12 years ago

#3439 closed Bugs (fixed)

Documentation error.

Reported by: Yury Krylov Owned by: Ion Gaztañaga
Milestone: Boost 1.45.0 Component: interprocess
Version: Boost 1.40.0 Severity: Cosmetic
Keywords: Cc:

Description

Hello!

where is error:

http://www.boost.org/doc/libs/1_40_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.semaphores.semaphores_interprocess_semaphores

Error: It must be "semophore" written here ISO "named condition".

#include <boost/interprocess/sync/named_semaphore.hpp>

!!!Here!!!

boost::interprocess::named_condition: A named semaphore. Named conditions are similar to anonymous conditions, but they are used in combination with named mutexes. Several times, we don't want to store synchronization objects with the synchronized data:

Best regards, Yury

Change History (1)

comment:1 by Ion Gaztañaga, 12 years ago

Milestone: Boost 1.41.0Boost-1.45.0
Resolution: fixed
Status: newclosed

Fixed for Boost 1.45 in release branch

Note: See TracTickets for help on using tickets.