$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-06-12 16:43:14
Author: fmhess
Date: 2007-06-12 16:43:13 EDT (Tue, 12 Jun 2007)
New Revision: 7015
URL: http://svn.boost.org/trac/boost/changeset/7015
Log:
Don't want to change subdir for html docs
after all.
Text files modified: 
   sandbox/thread_safe_signals/README |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/thread_safe_signals/README
==============================================================================
--- sandbox/thread_safe_signals/README	(original)
+++ sandbox/thread_safe_signals/README	2007-06-12 16:43:13 EDT (Tue, 12 Jun 2007)
@@ -1,7 +1,7 @@
 This is an implementation of Boost.signals which is intended to be
 thread-safe.  There have been some changes to the API to support
-thread-safety.  See the html documentation in the 
-libs/thread_safe_signals/doc/html subdirectory for more information.
+thread-safety.  See the html documentation in the doc/html subdirectory
+for more information.
 
 This implementation is header-only.  It should be useable by simply adding
 this directory to your include path when compiling.  Be sure to place