From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id E938E3858D3C; Thu, 2 Feb 2023 00:31:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E938E3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675297903; bh=ObrJKm6Tsd1y155OvVxVn3E9LibrU4k4y0XvMAXPE+g=; h=From:To:Subject:Date:From; b=A1NLvXcHliICNSvwaYebXsN6AeLtRMvCIDeQRpyPVAupQedh+0px0Az/4J/1Yxd65 SgOxeIxX0frGu4PKCeWV5BkwT8Ry7fbDAyTgAPT1T6m166uGja0p/sBiB41VnQxXPX 6BxF2fQAyF+6KKdoXRzCo888i/u/tqzwyIuL2EFU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-5641] libstdc++: Fix link to online GDB manual X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/master X-Git-Oldrev: 0a251e7497647875efce2ce239a2acc72a3fb528 X-Git-Newrev: d95e72b9c48e23e3fe4202d27229b735acbe6628 Message-Id: <20230202003143.E938E3858D3C@sourceware.org> Date: Thu, 2 Feb 2023 00:31:43 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d95e72b9c48e23e3fe4202d27229b735acbe6628 commit r13-5641-gd95e72b9c48e23e3fe4202d27229b735acbe6628 Author: Gerald Pfeifer Date: Thu Feb 2 01:30:02 2023 +0100 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. Diff: --- 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 a4e31f81d43..34ec6598ce4 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 1fedf0acca1..42d4d32aa29 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.