From: Tom Tromey Date: Thu, 21 Feb 2019 14:26:52 +0000 (-0700) Subject: Fix typo in "show remotelogfile" docs X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=2d8b68309f4a4292c27ccfd598bb01b8f6e5c4b1;p=deliverable%2Fbinutils-gdb.git 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. --- 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.