Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-07 20:48:38


Author: crowl
Date: 2007-12-07 20:48:38 EST (Fri, 07 Dec 2007)
New Revision: 41850
URL: http://svn.boost.org/trac/boost/changeset/41850

Log:
Normalize note HTML.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 37 +++++++++++++++++++++++--------------
   1 files changed, 23 insertions(+), 14 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 20:48:38 EST (Fri, 07 Dec 2007)
@@ -845,13 +845,15 @@
 </dd>
 
 <p>
-[<i>Note:</i> destroying a <code>joinable thread</code> can be unsafe if the
+[<i>Note:</i>
+Destroying a <code>joinable thread</code> can be unsafe if the
 thread accesses objects or the standard library
 unless the thread
 performs explicit synchronization to ensure that it does not access
 the objects or the standard library past their respective lifetimes.
 Terminating the process with <code>_exit</code> or <code>quick_exit</code> removes some of these
-obligations. &mdash; <i>end note</i>]
+obligations.
+&mdash;<i>end note</i>]
 </p>
 
 <dt>Throws:</dt>
@@ -3170,7 +3172,7 @@
 <dt>Precondition:</dt>
 <dd>
 There shall be no thread blocked on <code>*this</code>.
-[<i>Note:</i>
+[<i>Note:</i>
 That is, all threads shall of been notified;
 they may subsequently block on the lock specified in the wait.
 Beware that destructing a <code>condition_variable</code>
@@ -3468,8 +3470,10 @@
 <dfn>resolution</dfn> which is their smallest representable time duration.
 Time points
 have an <dfn>epoch</dfn> or start of a given time scale.
-<i>[Example: </i>For std::time_t the epoch is
-1970-01-01 00:00:00. <i>--end example]</i>
+[<i>Example:</i>
+For <code>std::time_t</code> the epoch is
+1970-01-01 00:00:00.
+&mdash;<i>end example</i>]
 </p>
 
 <p>
@@ -3553,11 +3557,14 @@
 
 <p>
 Unless otherwise specified, no function in this clause shall throw
-exceptions. <i>[Note: </i>Such blanket prohibition of exceptions is unusual in
+exceptions.
+[<i>Note:</i>
+Such blanket prohibition of exceptions is unusual in
 the standard library, but without the prohibition time-related code becomes
 littered with excessive try-catch blocks. These functions are also unusual in
 that they encompass virtually no cases where errors can be detected and
-reported.&nbsp; <i>--end note.]</i>
+reported.
+&mdash;<i>end note</i>]
 </p>
 
 <h3><a name="time.duration.requirements">31.1 Duration requirements [time.duration.requirements]</a></h3>
@@ -4562,15 +4569,17 @@
 
 <dt>Returns:</dt>
 <dd>
-<p>
 The system time as provided by the operating system.
-</p>
-<i>&nbsp;[Note:</i> Provides access to the system clock at a
+[<i>Note:</i>
+Provides access to the system clock at a
 resolution as fine as nanoseconds.
-The actual resolution may vary.<i> --end note]</i>
- <dt>[Note: <span style="font-style: normal">No error reporting is provided.
- Hosted implementations ([intro.compliance]) presumably utilize system clock
- API's that never report errors. </span>--end note.]
+The actual resolution may vary.
+&mdash;<i>end note</i>]
+[<i>Note:</i>
+No error reporting is provided.
+Hosted implementations ([intro.compliance])
+presumably utilize system clock API's that never report errors.
+&mdash;<i>end note</i>]
 </dd>
 </dl>
 </blockquote>


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