From c86dcb9ec57002a1bfed72a8eaf83f0b4958beb0 Mon Sep 17 00:00:00 2001 From: redi Date: Sun, 20 Nov 2011 20:05:58 +0000 Subject: [PATCH] * doc/xml/manual/status_cxx2011.xml: Fix docbook markup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181533 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 49da2c4..a48aaef 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2011-11-20 Jonathan Wakely + * doc/xml/manual/status_cxx2011.xml: Fix docbook markup. + +2011-11-20 Jonathan Wakely + * doc/xml/manual/appendix_contributing.xml: Do not use "here" as link text. * doc/xml/faq.xml: Likewise. Do not request standard library issues diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 34aff81..f47710e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2648,29 +2648,29 @@ particular release. native_handle are provided. The handle types are defined in terms of the Gthreads abstraction layer. - thread: The native handle type is + thread: The native handle type is a typedef for __gthread_t i.e. pthread_t when GCC is configured with the posix thread model. The value of the native handle is undefined for a thread which is not joinable. - - mutex and - timed_mutex: + + mutex and + timed_mutex: The native handle type is __gthread_mutex_t* i.e. pthread_mutex_t* for the posix thread model. - - recursive_mutex and + + recursive_mutex and recursive_timed_mutex: The native handle type is __gthread_recursive_mutex_t* i.e. pthread_mutex_t* for the posix thread model. - - condition_variable: The native + + condition_variable: The native handle type is __gthread_cond_t* i.e. pthread_cond_t* for the posix thread model. - + -- 2.7.4