From: Simon Marchi Date: Mon, 9 Jan 2023 19:11:29 +0000 (-0500) Subject: gdb/doc: fix @code{GDBN} -> @value{GDBN} X-Git-Tag: binutils-2_41~2462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=000f9cbef95caeacdd5a02a9ca9eae7928e1e63e;p=thirdparty%2Fbinutils-gdb.git gdb/doc: fix @code{GDBN} -> @value{GDBN} Change-Id: I928d6f8d6e6bc41d8c7ddbfae8f6ae0614f4993e --- 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); @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: