diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-02-15 22:47:54 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-02-15 22:47:54 -0500 |
commit | e6f3f526b13b7b54a64eafc6c8f67810e6f3f494 (patch) | |
tree | e6de19885f6fefc22cdc0047eec6254429300be0 /gcc/doc/implement-cxx.texi | |
parent | 32b8f2ec59cf6cb374205356059e6719ebd9fa38 (diff) | |
download | gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.zip gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.tar.gz gcc-e6f3f526b13b7b54a64eafc6c8f67810e6f3f494.tar.bz2 |
bugreport.texi: Adjust section titles throughout the file to use "Title Case".
2015-02-15 Sandra Loosemore <sandra@codesourcery.com>
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
Diffstat (limited to 'gcc/doc/implement-cxx.texi')
-rw-r--r-- | gcc/doc/implement-cxx.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |