From e6f3f526b13b7b54a64eafc6c8f67810e6f3f494 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sun, 15 Feb 2015 22:47:54 -0500 Subject: bugreport.texi: Adjust section titles throughout the file to use "Title Case". 2015-02-15 Sandra Loosemore gcc/ * doc/bugreport.texi: Adjust section titles throughout the file to use "Title Case". * doc/extend.texi: Likewise. * doc/gcov.texi: Likewise. * doc/implement-c.texi: Likewise. * doc/implement-cxx.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/standards.texi: Likewise. * doc/trouble.texi: Likewise. From-SVN: r220722 --- gcc/doc/implement-cxx.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/doc/implement-cxx.texi') diff --git a/gcc/doc/implement-cxx.texi b/gcc/doc/implement-cxx.texi index 54e33a8..66176e5 100644 --- a/gcc/doc/implement-cxx.texi +++ b/gcc/doc/implement-cxx.texi @@ -3,7 +3,7 @@ @c For copying conditions, see the file gcc.texi. @node C++ Implementation -@chapter C++ Implementation-defined behavior +@chapter C++ Implementation-Defined Behavior @cindex implementation-defined behavior, C++ language A conforming implementation of ISO C++ is required to document its @@ -31,7 +31,7 @@ environment); refer to their documentation for details. @end menu @node Conditionally-supported behavior -@section Conditionally-supported behavior +@section Conditionally-Supported Behavior @cite{Each implementation shall include documentation that identifies all conditionally-supported constructs that it does not support (C++0x @@ -49,7 +49,7 @@ arguments of such types. @end itemize @node Exception handling -@section Exception handling +@section Exception Handling @itemize @bullet @item -- cgit v1.1