diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 49da2c45d3fc..a48aaefa1d8a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 34aff81101f9..f47710e3b909 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. - +