[FYI] Fix typo in "show remotelogfile" docs

Message ID 20190221142807.12113-1-tromey@adacore.com
State New, archived
Headers

Commit Message

Tom Tromey Feb. 21, 2019, 2:28 p.m. UTC
  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.
---
 gdb/doc/ChangeLog   | 5 +++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
  

Comments

Eli Zaretskii Feb. 21, 2019, 3:16 p.m. UTC | #1
> From: Tom Tromey <tromey@adacore.com>
> Cc: Tom Tromey <tromey@adacore.com>
> Date: Thu, 21 Feb 2019 07:28:07 -0700
> 
> I noticed a trailing "." in the @item for "show remotelogfile".
> This removes it.  Committing as obvious.

Thanks!
  

Patch

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.