$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-07-02 15:53:00
Author: danieljames
Date: 2008-07-02 15:52:59 EDT (Wed, 02 Jul 2008)
New Revision: 47002
URL: http://svn.boost.org/trac/boost/changeset/47002
Log:
Fix an import path.
Text files modified: 
   trunk/libs/interprocess/doc/interprocess.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk	(original)
+++ trunk/libs/interprocess/doc/interprocess.qbk	2008-07-02 15:52:59 EDT (Wed, 02 Jul 2008)
@@ -6418,7 +6418,7 @@
 For example, the index type `flat_map_index` based in `boost::interprocess::flat_map` 
 is just defined as:
 
-[import ../../boost/interprocess/indexes/flat_map_index.hpp]
+[import ../../../boost/interprocess/indexes/flat_map_index.hpp]
 [flat_map_index]