$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53881 - sandbox/monotonic/libs/monotonic/doc
From: christian.schladetsch_at_[hidden]
Date: 2009-06-13 21:49:26
Author: cschladetsch
Date: 2009-06-13 21:49:26 EDT (Sat, 13 Jun 2009)
New Revision: 53881
URL: http://svn.boost.org/trac/boost/changeset/53881
Log:
gah VS is a terrible HTML editor!
Text files modified: 
   sandbox/monotonic/libs/monotonic/doc/index.html |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/doc/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/index.html	(original)
+++ sandbox/monotonic/libs/monotonic/doc/index.html	2009-06-13 21:49:26 EDT (Sat, 13 Jun 2009)
@@ -95,13 +95,13 @@
                 Proposal
             </h2>
             <p>
-                The e <a href="https://svn.boost.org/svn/boost/sandbox/monotonic">source code</ resides in the boost sandbox.</p>
+                The e source code resides in the boost sandbox.</p>
             <p>
                 This is a constant-time, STL-compliant[1] allocator and storage 
                 system with the following 
                 properties:             </p>
             <ul>
-                <li>Space for objects is pre-allocated. This can be on the heap oror</strong> 
+                <li>Space for objects is pre-allocated. This can be on the heap <strong>or</strong> 
                     on the stack. </li>
                 <li>Objects are initialised only as required. </li>
                 <li>De-allocDe-allocating an object calls its destructor iff it has one.</li>