This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Allow resetting an empty inferior-tty
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: <gdb-patches at sourceware dot org>
- Date: Wed, 24 Aug 2016 11:20:51 -0400
- Subject: Re: [PATCH] Allow resetting an empty inferior-tty
- Authentication-results: sourceware.org; auth=none
- References: <20160824144548.19204-1-simon.marchi@ericsson.com> <83y43mdx6m.fsf@gnu.org>
On 16-08-24 11:05 AM, Eli Zaretskii wrote:
> Thanks. If the argument is optional, please show it as such, as we do
> elsewhere in the manual.
Does that mean with square brackets?
@item set inferior-tty [ @var{tty} ]
I see some commands with optional arguments that use them, but many others
(break, frame, list, etc.) do not, so I wasn't sure.
> OK with this nit fixed.
>
> P.S. Btw, it is strange that your log entry says
>
> gdb/doc/ChangeLog:
>
> * gdb.texinfo (Your Program’s Input and Output): Mention
> possibility to unset inferior-tty.
>
> whereas the node's name is "Input/Output", and the section's name is
> "Your Program's Input and Output", without any non-ASCII characters.
> What happened there?
I copied the title from the generated html version, and it seems like the
single quote is being changed to an actual apostrophe. I'll change it to
a single quote, as it is in the source file. Or is it better if I use the
node name instead (Input/Output)?
Thanks for the quick review.
Simon