diff --git a/doc/call_once.html b/doc/call_once.html index 3a6f8dba..9e51c886 100644 --- a/doc/call_once.html +++ b/doc/call_once.html @@ -118,7 +118,7 @@ int main(int argc, char* argv[])
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/condition.html b/doc/condition.html
index a40666ea..93df7412 100644
--- a/doc/condition.html
+++ b/doc/condition.html
@@ -323,7 +323,7 @@ received: 4
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/config.html b/doc/config.html
index 20d82243..f2375b82 100644
--- a/doc/config.html
+++ b/doc/config.html
@@ -22,7 +22,7 @@
-
Boost.Threads uses several configuration macros in <boost/config.hpp>. +
Boost.Threads uses several configuration macros in <boost/config.hpp>. These macros are documented here. Most of the macros are of interest only to developers attempting to provide new implementations of Boost.Threads. The one exception to this is BOOST_HAS_THREADS.
@@ -93,7 +93,7 @@ The one exception to this is BOOST_HAS_THREADS.Revised 06 August, 2001 +
Revised 18 September, 2001
© Copyright William E. Kempf
diff --git a/doc/mutex.html b/doc/mutex.html
index 1343b929..1896ef7e 100644
--- a/doc/mutex.html
+++ b/doc/mutex.html
@@ -309,7 +309,7 @@ count == 4
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/recursive_mutex.html b/doc/recursive_mutex.html
index 77b5fdfd..969a02d7 100644
--- a/doc/recursive_mutex.html
+++ b/doc/recursive_mutex.html
@@ -317,7 +317,7 @@ count == 4
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf diff --git a/doc/scoped_lock.html b/doc/scoped_lock.html index a90ba6d2..fbbf3dfb 100644 --- a/doc/scoped_lock.html +++ b/doc/scoped_lock.html @@ -203,7 +203,7 @@ class.
Revised 03 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/scoped_timed_lock.html b/doc/scoped_timed_lock.html
index 7bf57483..c679d53c 100644
--- a/doc/scoped_timed_lock.html
+++ b/doc/scoped_timed_lock.html
@@ -251,7 +251,7 @@ locked
-
Revised September 04, 2001 +
Revised September 13, 2001
© Copyright William E. Kempf
diff --git a/doc/scoped_try_lock.html b/doc/scoped_try_lock.html
index 286e9209..f7ea597d 100644
--- a/doc/scoped_try_lock.html
+++ b/doc/scoped_try_lock.html
@@ -272,7 +272,7 @@ locked
-
Revised 03 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/semaphore.html b/doc/semaphore.html
index 5b7e4cb0..24126d49 100644
--- a/doc/semaphore.html
+++ b/doc/semaphore.html
@@ -216,7 +216,7 @@ global_data == 4
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/thread.html b/doc/thread.html
index 9e2780d1..5aa5ecef 100644
--- a/doc/thread.html
+++ b/doc/thread.html
@@ -244,7 +244,7 @@ alarm sounded...
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf
diff --git a/doc/thread_specific_ptr.html b/doc/thread_specific_ptr.html
index f047e0d1..90a2f709 100644
--- a/doc/thread_specific_ptr.html
+++ b/doc/thread_specific_ptr.html
@@ -204,7 +204,7 @@ int main(int argc, char* argv[])
-
Revised 10 September, 2001 +
Revised 13 September, 2001
© Copyright William E. Kempf