Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-04 12:26:49


Author: hinnant
Date: 2007-12-04 12:26:48 EST (Tue, 04 Dec 2007)
New Revision: 41689
URL: http://svn.boost.org/trac/boost/changeset/41689

Log:
corrected TimedMutex description and some minor html
Text files modified:
   sandbox/committee/LWG/thread_library.html | 19 ++++++++++---------
   1 files changed, 10 insertions(+), 9 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-04 12:26:48 EST (Tue, 04 Dec 2007)
@@ -4,7 +4,7 @@
 <head>
 
 
-<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
+<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 <title>Thread Library Working Draft</title>
 
 <style type="text/css">
@@ -156,6 +156,7 @@
 <p>
 This paper uses the following conventions in the HTML source
 to ease conversion into the format of the working paper.
+</p>
 
 <ul>
 
@@ -380,7 +381,7 @@
 </p>
 
 
-<h4><a name="thread.native">30.1.4 Duration Timeout [thread.duration]</a></h4>
+<h4><a name="thread.duration">30.1.4 Duration Timeout [thread.duration]</a></h4>
 
 <p>
 Several functions described in this clause take an argument specifying
@@ -389,7 +390,7 @@
 contraindicated. <i>--end note.</i>]
 </p>
 
-<h4><a name="thread.native">30.1.5 Thread Safety [thread.safety]</a></h4>
+<h4><a name="thread.safety">30.1.5 Thread Safety [thread.safety]</a></h4>
 
 <p>
 <b>[Crowl: I think we need a general statement that
@@ -402,7 +403,7 @@
 
 <p>
 This section describes components to create and manage threads.
-<p>
+</p>
 
 <p>
 [<i>Note:</i>
@@ -1453,11 +1454,11 @@
 <p>
 To meet the TimedMutex requirements,
 types are required to meet the Mutex requirements.
-In addition, one or the other of the following requirements shall be met,
+In addition, the following requirements shall be met,
 where <code>rel_time</code>
-denotes an rvalue of a type meeting the Duration([]) requirements
+denotes a value of a type meeting the Duration([time.duration]) requirements
 or <code>abs_time</code>
-denotes an rvalue of type <code>system_time</code>:
+denotes a value of type <code>system_time</code>:
 </p>
 
 <p>
@@ -1534,7 +1535,7 @@
 function returns by the specified time, it shall have obtained ownership. [<i>Note:</i>
 As with <code>try_lock()</code>, there is no guarantee that ownership will be
 obtained if the lock is available, but implementations are expected to make a
-strong effort to do so. —<i>end note</i>]
+strong effort to do so. &mdash;<i>end note</i>]
 </dd>
 
 <dt>Return type:</dt>
@@ -4245,7 +4246,7 @@
 </p>
 </dd>
 
-<dt>Remarks:<dt>
+<dt>Remarks:</dt>
 <dd>
 This will fail to compile
 if the <code>RhsDuration</code> is of finer resolution


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