Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-07 21:02:58


Author: crowl
Date: 2007-12-07 21:02:57 EST (Fri, 07 Dec 2007)
New Revision: 41853
URL: http://svn.boost.org/trac/boost/changeset/41853

Log:
Normalize cross references.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 21:02:57 EST (Fri, 07 Dec 2007)
@@ -3479,8 +3479,7 @@
 Throughout this clause, the names of template parameters are used to express
 type requirements. Parameter names <code>Duration</code>, <code>LhsDuration</code>
 and <code>RhsDuration</code> express the
-Duration ([<a name="time.duration">[time.duration.requirements]</a>])
-requirements.
+Duration requirements ([time.duration.requirements]).
 For all non-member functions in this clause which are templated on Duration types,
 the implementation shall constrain these function templates such that they will
 only instantiate for Duration types.
@@ -3512,7 +3511,7 @@
 // <em>timepoint type</em>
 class system_time;
 
-// <em>non-member functions </em></code>[time.nonmembers]<code>
+// <em>non-member functions ([time.nonmembers])</em>
 system_time get_system_time();
 
 template&lt;typename Duration&gt;
@@ -4558,7 +4557,7 @@
 </blockquote>
 
 
-<h3><a name="time.nonmembers">32.9 Non-member functions[time.nonmembers]</a></h3>
+<h3><a name="time.nonmembers">32.9 Non-member functions [time.nonmembers]</a></h3>
 
 <pre><code>
 system_time get_system_time();


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