$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59013 - in branches/release/libs/functional/hash: . doc
From: daniel_james_at_[hidden]
Date: 2010-01-14 19:56:07
Author: danieljames
Date: 2010-01-14 19:56:07 EST (Thu, 14 Jan 2010)
New Revision: 59013
URL: http://svn.boost.org/trac/boost/changeset/59013
Log:
Merge link fix.
Properties modified: 
   branches/release/libs/functional/hash/   (props changed)
Text files modified: 
   branches/release/libs/functional/hash/doc/tutorial.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- branches/release/libs/functional/hash/doc/tutorial.qbk	(original)
+++ branches/release/libs/functional/hash/doc/tutorial.qbk	2010-01-14 19:56:07 EST (Thu, 14 Jan 2010)
@@ -110,7 +110,7 @@
     assert(books.find(dandelion) == books.end());
 
 The full example can be found in:
-[@boost:/libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.hpp]
+[@boost:/libs/functional/hash/examples/books.hpp /libs/functional/hash/examples/books.hpp]
 and
 [@boost:/libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.cpp].