]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
debug.xml: Use GDB instead of gdb.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 6 Feb 2011 21:08:58 +0000 (21:08 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 6 Feb 2011 21:08:58 +0000 (21:08 +0000)
* doc/xml/manual/debug.xml: Use GDB instead of gdb.
Adjust link to GDB manual.

From-SVN: r169868

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/debug.xml

index 49ad77af26aaedb7f69065f2fb6ce234350f146d..2e2cb78c80f6b558de80a6c8dcad529c76518c38 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-06  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/manual/debug.xml: Use GDB instead of gdb.
+       Adjust link to GDB manual.
+
 2011-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/46914
index 5f97867de2ec87dd2bf6e27c3798e34e6d89e3bc..1bad97439ea8db78f2371f070ace621fec84a566 100644 (file)
@@ -45,7 +45,7 @@
   communicate information about source constructs can be changed via
   <code>-gdwarf-2</code> or <code>-gstabs</code> flags: some debugging
   formats permit more expressive type and scope information to be
-  shown in gdb. Expressiveness can be enhanced by flags like
+  shown in GDB. Expressiveness can be enhanced by flags like
   <code>-g3</code>. The default debug information for a particular
   platform can be identified via the value set by the
   PREFERRED_DEBUGGING_TYPE macro in the gcc sources.
   </para>
 
 <para>
-  Many options are available for gdb itself: please see <ulink
-  url="http://sources.redhat.com/gdb/current/onlinedocs/gdb_13.html#SEC125">
-  "GDB features for C++" </ulink> in the gdb documentation. Also
+  Many options are available for GDB itself: please see <ulink
+  url="http://sources.redhat.com/gdb/current/onlinedocs/gdb/">
+  "GDB features for C++" </ulink> in the GDB documentation. Also
   recommended: the other parts of this manual.
 </para>
 
 <para>
-  These settings can either be switched on in at the gdb command line,
+  These settings can either be switched on in at the GDB command line,
   or put into a .gdbint file to establish default debugging
   characteristics, like so:
 </para>