From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id 3D3613858D1E; Mon, 9 Jan 2023 19:12:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D3613858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673291540; bh=unvYoi+bkDLUOigozfHMJCdynGuOGIn+BKoSXqhIh04=; h=From:To:Subject:Date:From; b=ivCINKuiw94g72DSnLsfabdq4v2hqVi73BXrFWLxImp1V370nzPzX6gIzkUPQbJlM Mzal0QbrWUgYzHm2i6dQ4tNEyFgyCyUqeaq9M5sxy88N3w7Y0IRoe3rrUQBqyE3JU5 mwTd5SUwxeq74p9kU3L8ewoKMc2L5T5yVag3LHO8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb/doc: fix @code{GDBN} -> @value{GDBN} X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: 7a43fe0185f5e7672461da54ab78050abb72b194 X-Git-Newrev: 000f9cbef95caeacdd5a02a9ca9eae7928e1e63e Message-Id: <20230109191220.3D3613858D1E@sourceware.org> Date: Mon, 9 Jan 2023 19:12:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D000f9cbef95c= aeacdd5a02a9ca9eae7928e1e63e commit 000f9cbef95caeacdd5a02a9ca9eae7928e1e63e Author: Simon Marchi Date: Mon Jan 9 14:11:29 2023 -0500 gdb/doc: fix @code{GDBN} -> @value{GDBN} =20 Change-Id: I928d6f8d6e6bc41d8c7ddbfae8f6ae0614f4993e Diff: --- gdb/doc/python.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 12d20807b73..ad929ee1493 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -3187,7 +3187,7 @@ MyClass obj(5); =20 @noindent then, after loading the Python script defining the xmethod matchers -and workers into @code{GDBN}, invoking the method @code{geta} or using +and workers into @value{GDBN}, invoking the method @code{geta} or using the operator @code{+} on @code{obj} will invoke the xmethods defined above: