diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5650974a2a..223c8fcfe4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2020-12-17 Simon Marchi + + PR gdb/27088 + * gdb.texinfo (Range Checking): Fix "show check range" command + name. + 2020-12-13 Andrew Burgess * gdb.texinfo (Caching Target Data): Document 'maint flush diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5b6ac8549b..2693306d3d 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