Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-10-29 21:18:39


Author: crowl
Date: 2007-10-29 21:18:39 EDT (Mon, 29 Oct 2007)
New Revision: 40592
URL: http://svn.boost.org/trac/boost/changeset/40592

Log:
Change to HTML 4.0.1 strict document type.
Only use of <u> prevents validation.

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

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-10-29 21:18:39 EDT (Mon, 29 Oct 2007)
@@ -1,4 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/transitional.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
 <html lang="en">
 <head>
 
@@ -163,22 +164,22 @@
 between threads.
 </p>
 
-<table width="100%">
+<table>
   <tbody><tr>
- <th width="50%">Subclause</th>
- <th width="50%">Header(s)</th>
+ <th>Subclause</th>
+ <th>Header(s)</th>
   </tr>
   <tr>
- <td width="50%">Threads</td>
- <td width="50%"><code>&lt;thread&gt;</code></td>
+ <td>Threads</td>
+ <td><code>&lt;thread&gt;</code></td>
   </tr>
   <tr>
- <td width="50%">Mutexs and locks</td>
- <td width="50%"><code>&lt;mutex&gt;</code></td>
+ <td>Mutexs and locks</td>
+ <td><code>&lt;mutex&gt;</code></td>
   </tr>
   <tr>
- <td width="50%">Condition variables</td>
- <td width="50%"><code>&lt;cond_var&gt;</code></td>
+ <td>Condition variables</td>
+ <td><code>&lt;cond_var&gt;</code></td>
   </tr>
 </tbody></table>
 
@@ -1685,14 +1686,14 @@
 <dl>
 <dt>Precondition:</dt>
 <dd>
-The current thread has ownership of the mutex <code><var>m<var></code>.
-The lifetime of <code><var>m<var></code> includes the lifetime of the <code>
+The current thread has ownership of the mutex <code><var>m</var></code>.
+The lifetime of <code><var>m</var></code> includes the lifetime of the <code>
 unique_lock</code> object.
 </dd>
 
 <dt>Effects:</dt>
 <dd>
-Stores a reference to <code><var>m<var></code>
+Stores a reference to <code><var>m</var></code>
 and performs no other operation on it.
 </dd>
 


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