From d95e72b9c48e23e3fe4202d27229b735acbe6628 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 2 Feb 2023 01:30:02 +0100 Subject: 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. --- libstdc++-v3/doc/html/manual/debug.html | 2 +- libstdc++-v3/doc/xml/manual/debug.xml | 2 +- 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.

Using gdb

- Many options are available for GDB itself: please see + Many options are available for GDB itself: please see "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual.

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 @@ - Many options are available for GDB itself: please see + Many options are available for GDB itself: please see "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual. -- cgit v1.1