public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [listdc++ doc] Refer to GDB instead of gdb and fix link
@ 2011-02-01  0:54 Gerald Pfeifer
  2011-02-06 21:09 ` Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2011-02-01  0:54 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

A small documentation change.  I committed this to mainline and
plan on backporting later...

Gerald


2011-02-01  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/xml/manual/debug.xml: Use GDB instead of gdb.
	Adjust link to GDB manual.

Index: doc/xml/manual/debug.xml
===================================================================
--- doc/xml/manual/debug.xml	(revision 169462)
+++ doc/xml/manual/debug.xml	(revision 169463)
@@ -46,7 +46,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.
@@ -246,13 +246,13 @@
   </para>
 
 <para>
-  Many options are available for gdb itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/gdb/current/onlinedocs/gdb_13.html#SEC125">
-  "GDB features for C++" </link> in the gdb documentation. Also
+  Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/gdb/current/onlinedocs/gdb/">
+  "GDB features for C++" </link> 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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [listdc++ doc] Refer to GDB instead of gdb and fix link
  2011-02-01  0:54 [listdc++ doc] Refer to GDB instead of gdb and fix link Gerald Pfeifer
@ 2011-02-06 21:09 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2011-02-06 21:09 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

On Tue, 1 Feb 2011, Gerald Pfeifer wrote:
> A small documentation change.  I committed this to mainline and
> plan on backporting later...

This is the version I just applied on the GCC 4.5 branch.  It is
basically the same, except for a different syntax to mark up links
being used in this version of the libstdc++ manual.

Gerald

2011-02-06  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/xml/manual/debug.xml: Use GDB instead of gdb.
	Adjust link to GDB manual.

Index: doc/xml/manual/debug.xml
===================================================================
--- doc/xml/manual/debug.xml	(revision 169867)
+++ doc/xml/manual/debug.xml	(working copy)
@@ -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.
@@ -197,14 +197,14 @@
   </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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-06 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-01  0:54 [listdc++ doc] Refer to GDB instead of gdb and fix link Gerald Pfeifer
2011-02-06 21:09 ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).