From: Andreas Arnez Date: Fri, 18 Nov 2016 15:59:00 +0000 (+0100) Subject: gdb/doc: Add missing comma after xref X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8504e0974cf4b67680a11208b16caa2d3c77b838;p=deliverable%2Fbinutils-gdb.git gdb/doc: Add missing comma after xref Get rid of a warning for missing punctuation after xref. gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Async Records): Add missing comma after xref. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3b02742a4f..a74b4dd00c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2016-11-18 Andreas Arnez + + * gdb.texinfo (GDB/MI Async Records): Add missing comma after + xref. + 2016-10-29 Pedro Alves * gdb.texinfo (Packets) : Remove mention of default diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index df548dc1a7..6ad2754009 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}