gdb/doc: fix "show check range" command name
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 17 Dec 2020 14:39:33 +0000 (09:39 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 17 Dec 2020 14:42:35 +0000 (09:42 -0500)
gdb/doc/ChangeLog:

PR gdb/27088
* gdb.texinfo (Range Checking): Fix "show check range" command
name.

Change-Id: I0248ef76d205ac49ed71b813aafe3e630c2ffc2e

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 5650974a2a07f8432d8dfcc20341da2b8876e584..223c8fcfe40218038f5675d56b8c730855a51043 100644 (file)
@@ -1,3 +1,9 @@
+2020-12-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR gdb/27088
+       * gdb.texinfo (Range Checking): Fix "show check range" command
+       name.
+
 2020-12-13  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.texinfo (Caching Target Data): Document 'maint flush
index 5b6ac8549bc81a3fac05d620c663876627117e63..2693306d3d40198885ee5e759d862f06ed8ec706 100644 (file)
@@ -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