|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-12-07 21:40:26
Author: crowl
Date: 2007-12-07 21:40:26 EST (Fri, 07 Dec 2007)
New Revision: 41859
URL: http://svn.boost.org/trac/boost/changeset/41859
Log:
Normalize punctuation in table.
Text files modified:
sandbox/committee/LWG/thread_library.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 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:40:26 EST (Fri, 07 Dec 2007)
@@ -3609,30 +3609,30 @@
<td> </td>
</tr>
<tr>
- <td valign="top"><code>D::ticks_per_second;</code></td>
+ <td valign="top"><code>D::ticks_per_second</code></td>
<td valign="top"><code>D::tick_type</code></td>
<td valign="top">The number of ticks per second,
or 0 for types for which the number of ticks per second is less than 1.</td>
</tr>
<tr>
- <td valign="top"><code>D::seconds_per_tick;</code></td>
+ <td valign="top"><code>D::seconds_per_tick</code></td>
<td valign="top"><code>D::tick_type</code></td>
<td valign="top">The number of seconds per tick,
or 0 for types for which the number of seconds per tick is less than 1.</td>
</tr>
<tr>
- <td valign="top"><code>D::is_subsecond;</code></td>
+ <td valign="top"><code>D::is_subsecond</code></td>
<td valign="top"><code>bool</code></td>
- <td valign="top"><code>seconds_per_tick == 0</code>.</td>
+ <td valign="top"><code>seconds_per_tick == 0</code></td>
</tr>
<tr>
- <td valign="top"><code>d.count();</code></td>
+ <td valign="top"><code>d.count()</code></td>
<td valign="top"><code>D::tick_type</code></td>
<td valign="top">The most recent value established by a
non-const function's <i>Postcondition</i>.</td>
</tr>
<tr>
- <td valign="top"><code>-d;</code></td>
+ <td valign="top"><code>-d</code></td>
<td valign="top"><code>D</code></td>
<td valign="top"><code>D(-d.tick_count())</code></td>
</tr>
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