Boost logo

Boost-Commit :

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


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

Log:
Put sentences on separate lines.

Text files modified:
   sandbox/committee/LWG/thread_library.html | 39 +++++++++++++++++++++++----------------
   1 files changed, 23 insertions(+), 16 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:09:20 EST (Fri, 07 Dec 2007)
@@ -3476,10 +3476,11 @@
 </p>
 
 <p>
-Throughout this clause, the names of template parameters are used to express
-type requirements. Parameter names <code>Duration</code>, <code>LhsDuration</code>
-and <code>RhsDuration</code> express the
-Duration requirements ([time.duration.requirements]).
+Throughout this clause,
+the names of template parameters are used to express type requirements.
+Parameter names
+<code>Duration</code>, <code>LhsDuration</code> and <code>RhsDuration</code>
+express the Duration requirements ([time.duration.requirements]).
 For all non-member functions in this clause which are templated on Duration types,
 the implementation shall constrain these function templates such that they will
 only instantiate for Duration types.
@@ -3548,20 +3549,22 @@
 </blockquote>
 
 <p>
-Type <i><code>FRDuration</code> </i>is whichever of <code>LhsDuration</code>
-or <code>RhsDuration</code> has the finest resolution. If their
-resolutions are the same, <i><code>FRDuration</code> </i>is <code>LhsDuration</code>.
+Type <i><code>FRDuration</code> </i>
+is whichever of <code>LhsDuration</code> or <code>RhsDuration</code>
+has the finest resolution.
+If their resolutions are the same,
+<i><code>FRDuration</code> </i>is <code>LhsDuration</code>.
 </p>
 
 <p>
 Unless otherwise specified, no function in this clause shall throw
 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.
+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.
 &mdash;<i>end note</i>]
 </p>
 
@@ -4710,8 +4713,10 @@
 Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
 resolution of <code>RhsDuration</code>, <code>LhsDuration(<var>lhs</var>.count()+x),
 where x is <var>rhs</var>.count() </code>converted to the resolution of <code>
-LhsDuration</code>. Otherwise, <code>RhsDuration(x+<var>rhs</var>.count()), where
-x is <var>lhs</var>.count() </code>converted to the resolution of <code>RhsDuration</code>.
+LhsDuration</code>.
+Otherwise, <code>RhsDuration(x+<var>rhs</var>.count())</code>,
+where <code>x</code> is <code><var>lhs</var>.count()</code>
+converted to the resolution of <code>RhsDuration</code>.
 </dd>
 
 </dl>
@@ -4730,8 +4735,10 @@
 Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
 resolution of <code>RhsDuration</code>, <code>LhsDuration(<var>lhs</var>.count()-x),
 where x is <var>rhs</var>.count() </code>converted to the resolution of <code>
-LhsDuration</code>. Otherwise, <code>RhsDuration(x-<var>rhs</var>.count()), where
-x is <var>lhs</var>.count() </code>converted to the resolution of <code>RhsDuration</code>.
+LhsDuration</code>.
+Otherwise, <code>RhsDuration(x-<var>rhs</var>.count())<code>,
+where <code>x</code> is <code><var>lhs</var>.count()</code>
+converted to the resolution of <code>RhsDuration</code>.
 </dd>
 
 </dl>


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