|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81786 - trunk/libs/lockfree/doc
From: dnljms_at_[hidden]
Date: 2012-12-08 04:18:37
Author: danieljames
Date: 2012-12-08 04:18:36 EST (Sat, 08 Dec 2012)
New Revision: 81786
URL: http://svn.boost.org/trac/boost/changeset/81786
Log:
lockfree: fix links to interprocess.
Text files modified:
trunk/libs/lockfree/doc/lockfree.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/lockfree/doc/lockfree.qbk
==============================================================================
--- trunk/libs/lockfree/doc/lockfree.qbk (original)
+++ trunk/libs/lockfree/doc/lockfree.qbk 2012-12-08 04:18:36 EST (Sat, 08 Dec 2012)
@@ -150,7 +150,7 @@
]
[[[classref boost::lockfree::allocator]]
- [Defines the allocator. _lockfree_ supports stateful allocator and is compatible with [@boost:/libs/interprocess/doc/html/index.html Boost.Interprocess] allocators.]
+ [Defines the allocator. _lockfree_ supports stateful allocator and is compatible with [@boost:/libs/interprocess/index.html Boost.Interprocess] allocators.]
]
]
@@ -257,7 +257,7 @@
[section Interprocess Support]
-The _lockfree_ data structures have basic support for [@boost:/libs/interprocess/doc/html/index.html Boost.Interprocess]. The only
+The _lockfree_ data structures have basic support for [@boost:/libs/interprocess/index.html Boost.Interprocess]. The only
problem is the blocking emulation of lock-free atomics, which in the current implementation is not guaranteed to be interprocess-safe.
[endsect]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk