summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-02-21 07:26:52 -0700
committerTom Tromey <tromey@adacore.com>2019-02-21 07:26:52 -0700
commit2d8b68309f4a4292c27ccfd598bb01b8f6e5c4b1 (patch)
treebfafe300814001b4231cf3458427204fd87cfcdd
parentee2bcb0c356d86d7bd2ff525b84a7602bb2bc816 (diff)
downloadbinutils-gdb-2d8b68309f4a4292c27ccfd598bb01b8f6e5c4b1.tar.gz
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.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d38d4625c48..6f22af5f3e5 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 173d18be6f7..6b47026aa01 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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.