Fix typo in "show remotelogfile" docs
I noticed a trailing "." in the @item for "show remotelogfile". This removes it. Committing as obvious. gdb/doc/ChangeLog 2019-02-21 Tom Tromey <tromey@adacore.com> * gdb.texinfo (Remote Configuration): Remove trailing "." from @item.
This commit is contained in:
parent
ee2bcb0c35
commit
2d8b68309f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-02-21 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.texinfo (Remote Configuration): Remove trailing "." from
|
||||
@item.
|
||||
|
||||
2019-01-16 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* gdb.texinfo (GDB/MI Development and Front Ends): Add table of
|
||||
|
|
|
@ -21608,7 +21608,7 @@ protocol.
|
|||
Record remote serial communications on the named @var{file}. The
|
||||
default is not to record at all.
|
||||
|
||||
@item show remotelogfile.
|
||||
@item show remotelogfile
|
||||
Show the current setting of the file name on which to record the
|
||||
serial communications.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue