gdb/doc: Add missing comma after xref
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Fri, 18 Nov 2016 15:59:00 +0000 (16:59 +0100)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Fri, 18 Nov 2016 15:59:00 +0000 (16:59 +0100)
Get rid of a warning for missing punctuation after xref.

gdb/doc/ChangeLog:

* gdb.texinfo (GDB/MI Async Records): Add missing comma after
xref.

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

index 3b02742a4f3d52809c72c2fc3dd88f7ef88b3ca6..a74b4dd00c7f09b60aff8c2e81df848e732264ec 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.texinfo (GDB/MI Async Records): Add missing comma after
+       xref.
+
 2016-10-29  Pedro Alves  <palves@redhat.com>
 
        * gdb.texinfo (Packets) <vCont>: Remove mention of default
index df548dc1a7334a0f9dcae3952cf00eb01f122498..6ad275400929647b0e97cbb4920e21bec8e34366 100644 (file)
@@ -26568,7 +26568,7 @@ group corresponding to the affected inferior.
 
 The @var{method} field indicates the method used to record execution.  If the
 method in use supports multiple recording formats, @var{format} will be present
-and contain the currently used format.  @xref{Process Record and Replay}
+and contain the currently used format.  @xref{Process Record and Replay},
 for existing method and format values.
 
 @item =cmd-param-changed,param=@var{param},value=@var{value}
This page took 0.048154 seconds and 4 git commands to generate.