[pushed] gdb/doc: fix @code{GDBN} -> @value{GDBN}

Message ID 20230109191228.1317159-1-simon.marchi@polymtl.ca
State Committed
Commit 000f9cbef95caeacdd5a02a9ca9eae7928e1e63e
Headers
Series [pushed] gdb/doc: fix @code{GDBN} -> @value{GDBN} |

Commit Message

Simon Marchi Jan. 9, 2023, 7:12 p.m. UTC
  Change-Id: I928d6f8d6e6bc41d8c7ddbfae8f6ae0614f4993e
---
 gdb/doc/python.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 7a43fe0185f5e7672461da54ab78050abb72b194
  

Patch

diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 12d20807b73c..ad929ee14930 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: