aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2023-02-02 01:30:02 +0100
committerGerald Pfeifer <gerald@pfeifer.com>2023-02-02 01:30:02 +0100
commitd95e72b9c48e23e3fe4202d27229b735acbe6628 (patch)
treec7bd22c222ea1379704885020f77a34ff339bbde /libstdc++-v3
parent0a251e7497647875efce2ce239a2acc72a3fb528 (diff)
downloadgcc-d95e72b9c48e23e3fe4202d27229b735acbe6628.zip
gcc-d95e72b9c48e23e3fe4202d27229b735acbe6628.tar.gz
gcc-d95e72b9c48e23e3fe4202d27229b735acbe6628.tar.bz2
libstdc++: Fix link to online GDB manual
libstdc++-v3/ChangeLog: * doc/xml/manual/debug.xml: Fix link to online GDB manual. * doc/html/manual/debug.html: Regenerate.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/doc/html/manual/debug.html2
-rw-r--r--libstdc++-v3/doc/xml/manual/debug.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/debug.html b/libstdc++-v3/doc/html/manual/debug.html
index a4e31f8..34ec659 100644
--- a/libstdc++-v3/doc/html/manual/debug.html
+++ b/libstdc++-v3/doc/html/manual/debug.html
@@ -184,7 +184,7 @@
Refer to the documentation of each particular tool for details.
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="debug.gdb"></a>Using <span class="command"><strong>gdb</strong></span></h3></div></div></div><p>
</p><p>
- Many options are available for GDB itself: please see <a class="link" href="http://sourceware.org/gdb/current/onlinedocs/gdb/" target="_top">
+ Many options are available for GDB itself: please see <a class="link" href="http://sourceware.org/gdb/current/onlinedocs/gdb" target="_top">
"GDB features for C++" </a> in the GDB documentation. Also
recommended: the other parts of this manual.
</p><p>
diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml
index 1fedf0a..42d4d32 100644
--- a/libstdc++-v3/doc/xml/manual/debug.xml
+++ b/libstdc++-v3/doc/xml/manual/debug.xml
@@ -274,7 +274,7 @@
</para>
<para>
- Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/current/onlinedocs/gdb/">
+ Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/current/onlinedocs/gdb">
"GDB features for C++" </link> in the GDB documentation. Also
recommended: the other parts of this manual.
</para>