diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-17 09:39:33 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-17 09:42:35 -0500 |
commit | 85be4f5a8c8bec8d3163585a82e288a4dec08b07 (patch) | |
tree | 78998583487674c2218d28f1efeb350884a70186 /gdb/doc/gdb.texinfo | |
parent | c5c412054ebeb9e9c9dcbb36692b1d6235eb6106 (diff) | |
download | gdb-85be4f5a8c8bec8d3163585a82e288a4dec08b07.zip gdb-85be4f5a8c8bec8d3163585a82e288a4dec08b07.tar.gz gdb-85be4f5a8c8bec8d3163585a82e288a4dec08b07.tar.bz2 |
gdb/doc: fix "show check range" command name
gdb/doc/ChangeLog:
PR gdb/27088
* gdb.texinfo (Range Checking): Fix "show check range" command
name.
Change-Id: I0248ef76d205ac49ed71b813aafe3e630c2ffc2e
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-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 5b6ac854..2693306 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -16176,7 +16176,7 @@ expression may still be impossible for other reasons, such as accessing memory that the process does not own (a typical example from many Unix systems). -@item show range +@item show check range Show the current setting of the range checker, and whether or not it is being set automatically by @value{GDBN}. @end table |