aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/implement-c.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/implement-c.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/implement-c.texi')
-rw-r--r--gcc/doc/implement-c.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi
index 39361e0..333651f 100644
--- a/gcc/doc/implement-c.texi
+++ b/gcc/doc/implement-c.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
@@ -279,7 +279,7 @@ truncated towards zero.
@end itemize
@node Floating point implementation
-@section Floating point
+@section Floating Point
@itemize @bullet
@item
@@ -375,7 +375,7 @@ defined by GCC itself.
@end itemize
@node Arrays and pointers implementation
-@section Arrays and pointers
+@section Arrays and Pointers
@itemize @bullet
@item
@@ -455,7 +455,7 @@ used to determine if a function has not been inlined and why not.
@end itemize
@node Structures unions enumerations and bit-fields implementation
-@section Structures, unions, enumerations, and bit-fields
+@section Structures, Unions, Enumerations, and Bit-Fields
@itemize @bullet
@item
@@ -601,7 +601,7 @@ GCC is only limited by available memory.
@end itemize
@node Preprocessing directives implementation
-@section Preprocessing directives
+@section Preprocessing Directives
@xref{Implementation-defined behavior, , Implementation-defined
behavior, cpp, The C Preprocessor}, for details of these aspects of
@@ -665,7 +665,7 @@ respectively, the date and time of translation are not available (C90
@end itemize
@node Library functions implementation
-@section Library functions
+@section Library Functions
The behavior of most of these points are dependent on the implementation
of the C library, and are not defined by GCC itself.
@@ -732,7 +732,7 @@ Determined by ABI@.
@end itemize
@node Locale-specific behavior implementation
-@section Locale-specific behavior
+@section Locale-Specific Behavior
The behavior of these points are dependent on the implementation
of the C library, and are not defined by GCC itself.