Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-07 21:32:17


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

Log:
Replace bold by table heading or strong emphasis.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 10 +++++-----
   1 files changed, 5 insertions(+), 5 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:32:16 EST (Fri, 07 Dec 2007)
@@ -3599,13 +3599,13 @@
 </p>
 <table style="border-collapse: collapse;" border="1" bordercolor="#111111" cellpadding="5" cellspacing="0" width="100%">
   <tr>
- <td width="25%"><b><i>expression</i></b></td>
- <td width="11%"><b><i>return type</i></b></td>
- <td width="39%"><b><i>return value or other requirement</i></b></td>
+ <th width="25%">expression</th>
+ <th width="11%">return type</th>
+ <th width="39%">return value or other requirement</th>
   </tr>
   <tr>
     <td valign="top" width="25%"><code>D::tick_type</code></td>
- <td width="11%"><var><b>implementation-defined</b><var></td>
+ <td width="11%"><var><strong>implementation-defined</strong></var></td>
     <td width="39%">&nbsp;</td>
   </tr>
   <tr>
@@ -4276,7 +4276,7 @@
     nanoseconds nanoseconds_since_epoch() const;
 
     // <em>traits</em>
- typedef <b><var>implementation defined</var></b> tick_type;
+ typedef <var><strong>implementation defined</strong></var> tick_type;
     static const tick_type ticks_per_second = 1000000000;
     static const tick_type seconds_per_tick = 0;
     static const bool is_subsecond = true;


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