aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-02-12 04:48:34 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-02-12 04:48:34 +0000
commit8d0dca57e5bb3af41b3dd4ceab750a64f3ca6e20 (patch)
treef6357a30a9db348549407194c6ed5a1e44923893 /gdb
parentea6bbfba0acbd70fe5b6a36a5944f3b63fab48ad (diff)
downloadgdb-8d0dca57e5bb3af41b3dd4ceab750a64f3ca6e20.zip
gdb-8d0dca57e5bb3af41b3dd4ceab750a64f3ca6e20.tar.gz
gdb-8d0dca57e5bb3af41b3dd4ceab750a64f3ca6e20.tar.bz2
case fixes in node names
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/stabs.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index eb5f477..7078641 100644
--- a/gdb/doc/stabs.texinfo
+++ b/gdb/doc/stabs.texinfo
@@ -70,7 +70,7 @@ This document describes the GNU stabs debugging format in a.out files.
* Simple types::
* Example:: A comprehensive example in C
* Variables::
-* Aggregate types::
+* Aggregate Types::
* Symbol tables:: Symbol information in symbol tables
* GNU Cplusplus stabs::
@@ -305,7 +305,7 @@ types used to describe C language source files.
* Source file:: The path and name of the source file
* Line numbers::
* Procedures::
-* Block structure::
+* Block Structure::
@end menu
@node Source file
@@ -728,7 +728,7 @@ nesting is reflected in the nested bracketing stabs (@code{N_LBRAC},
@menu
* Automatic variables:: locally scoped
-* Global variables::
+* Global Variables::
* Register variables::
* Initialized statics::
* Un-initialized statics::