Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82082 - trunk/libs/thread/doc
From: vicente.botet_at_[hidden]
Date: 2012-12-18 12:18:18


Author: viboes
Date: 2012-12-18 12:18:17 EST (Tue, 18 Dec 2012)
New Revision: 82082
URL: http://svn.boost.org/trac/boost/changeset/82082

Log:
Thread: #7808
Text files modified:
   trunk/libs/thread/doc/thread_ref.qbk | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/thread/doc/thread_ref.qbk
==============================================================================
--- trunk/libs/thread/doc/thread_ref.qbk (original)
+++ trunk/libs/thread/doc/thread_ref.qbk 2012-12-18 12:18:17 EST (Tue, 18 Dec 2012)
@@ -1502,7 +1502,7 @@
 [variablelist
 
 [[Effects:] [Suspends the current thread until the time period
-specified by `rel_time` has elapsed or the time point specified by
+specified or the time point specified by
 `abs_time` has been reached.]]
 
 [[Throws:] [Nothing if Clock satisfies the TrivialClock requirements and operations of Duration
@@ -1526,8 +1526,8 @@
 
 [variablelist
 
-[[Effects:] [Suspends the current thread until the time point specified by
-`abs_time` has been reached.]]
+[[Effects:] [Suspends the current thread until the duration specified by
+by `rel_time` has elapsed.]]
 
 [[Throws:] [Nothing if operations of chrono::duration<Rep, Period> do not throw exceptions. __thread_interrupted__ if the current thread of execution is interrupted.]]
 


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