diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-11-18 16:59:00 +0100 |
---|---|---|
committer | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-11-18 16:59:00 +0100 |
commit | 8504e0974cf4b67680a11208b16caa2d3c77b838 (patch) | |
tree | 98425bd00a1e0d7eafd8f9a8f7409ccc1a17b9cc /gdb/doc/gdb.texinfo | |
parent | bb050a6932c4b0ea86202fe62bed2d94999f77ad (diff) | |
download | binutils-8504e0974cf4b67680a11208b16caa2d3c77b838.zip binutils-8504e0974cf4b67680a11208b16caa2d3c77b838.tar.gz binutils-8504e0974cf4b67680a11208b16caa2d3c77b838.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index df548dc..6ad2754 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} |