aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/standards.texi
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2015-02-15 22:47:54 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2015-02-15 22:47:54 -0500
commite6f3f526b13b7b54a64eafc6c8f67810e6f3f494 (patch)
treee6de19885f6fefc22cdc0047eec6254429300be0 /gcc/doc/standards.texi
parent32b8f2ec59cf6cb374205356059e6719ebd9fa38 (diff)
downloadgcc-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/standards.texi')
-rw-r--r--gcc/doc/standards.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index c791f59..f55e24c 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -9,7 +9,7 @@ For each language compiled by GCC for which there is a standard, GCC
attempts to follow one or more versions of that standard, possibly
with some exceptions, and possibly with some extensions.
-@section C language
+@section C Language
@cindex C standard
@cindex C standards
@cindex ANSI C standard
@@ -169,7 +169,7 @@ For references to Technical Corrigenda, Rationale documents and
information concerning the history of C that is available online, see
@uref{http://gcc.gnu.org/readings.html}
-@section C++ language
+@section C++ Language
GCC supports the original ISO C++ standard (1998) and contains
experimental support for the second ISO C++ standard (2011).
@@ -208,7 +208,7 @@ may also select an extended version of the C++ language explicitly with
@option{-std=gnu++11} (for C++11 with GNU extensions). The default, if
no C++ language dialect options are given, is @option{-std=gnu++98}.
-@section Objective-C and Objective-C++ languages
+@section Objective-C and Objective-C++ Languages
@cindex Objective-C
@cindex Objective-C++
@@ -275,12 +275,12 @@ The authoritative manual on Objective-C 2.0 is available from Apple:
For more information concerning the history of Objective-C that is
available online, see @uref{http://gcc.gnu.org/readings.html}
-@section Go language
+@section Go Language
As of the GCC 4.7.1 release, GCC supports the Go 1 language standard,
described at @uref{http://golang.org/doc/go1.html}.
-@section References for other languages
+@section References for Other Languages
@xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
GNAT Reference Manual}, for information on standard