diff options
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b04cebe..b52fa66 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -44393,7 +44393,7 @@ tags found in the requested memory range. @cindex check if a given address is in a memory tagged region @cindex @samp{qIsAddressTagged} packet @item qIsAddressTagged:@var{address} -@anchor {qIsAddressTagged} +@anchor{qIsAddressTagged} Check if address @var{address} is in a memory tagged region; if it is, it's said to be @dfn{tagged}. The target is responsible for checking it, as this is architecture-specific. |