From 2d8b68309f4a4292c27ccfd598bb01b8f6e5c4b1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 21 Feb 2019 07:26:52 -0700 Subject: [PATCH] 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 * gdb.texinfo (Remote Configuration): Remove trailing "." from @item. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d38d4625c4..6f22af5f3e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-02-21 Tom Tromey + + * gdb.texinfo (Remote Configuration): Remove trailing "." from + @item. + 2019-01-16 Simon Marchi * gdb.texinfo (GDB/MI Development and Front Ends): Add table of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 173d18be6f..6b47026aa0 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. -- 2.34.1