+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".
+
 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
 
        * gdb.texinfo (Specifying Source Directories): Fix
 
 @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
 number @var{end} is included.
 @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