[OB] Fix typo in syntax of record instruction-history begin, end.

Message ID 001a1136afea722b4805209a1576@google.com
State New, archived
Headers

Commit Message

Doug Evans Sept. 25, 2015, 10:44 p.m. UTC
  Hi.

Committed as obvious.

[noticed because I'm using record btrace to debug something]

2015-09-25  Doug Evans  <dje@google.com>

	* gdb.texinfo (Process Record and Replay): Fix syntax of
	"record instruction-history begin, end" and
	"record function-call-history begin, end".

  number @var{end} is included.
@@ -6837,7 +6837,7 @@ Prints ten more functions after the last ten-line  
print.
  @item record function-call-history -
  Prints ten more functions before the last ten-line print.

-@item record function-call-history @var{begin} @var{end}
+@item record function-call-history @var{begin}, @var{end}
  Prints functions beginning with function number @var{begin} until
  function number @var{end}.  The function number @var{end} is included.
  @end table
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 57e47b8..f298172 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -6765,7 +6765,7 @@  Disassembles ten more instructions after the last  
disassembly.
  @item record instruction-history -
  Disassembles ten more instructions before the last disassembly.

-@item record instruction-history @var{begin} @var{end}
+@item record instruction-history @var{begin}, @var{end}
  Disassembles instructions beginning with instruction number
  @var{begin} until instruction number @var{end}.  The instruction