Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-14 21:15:02


Author: crowl
Date: 2007-12-14 21:15:02 EST (Fri, 14 Dec 2007)
New Revision: 42062
URL: http://svn.boost.org/trac/boost/changeset/42062

Log:
Replace <i>own a mutex</i> with <dfn>own a mutex</dfn>.

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

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-14 21:15:02 EST (Fri, 14 Dec 2007)
@@ -1841,7 +1841,7 @@
 (such as when leaving block scope).
 A thread of execution may use a lock to aid in managing
 mutex ownership in an exception safe manner.
-A lock is said to <i>own a mutex</i>
+A lock is said to <dfn>own a mutex</dfn>
 if it is currently managing the mutex ownership for a thread of execution.
 The locks do not manage the lifetime of the mutex they
 reference, but only the ownership status of that mutex.


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