This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Setting parity for remote serial
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Yurij Grechishhev <yurij dot grechishhev at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 24 Jul 2013 19:53:33 +0300
- Subject: Re: Setting parity for remote serial
- References: <CAAyhtXSnc_frS-2PKQDt_wDL+=FN9GPkJeWRo_Yn=ez1CYL4uw at mail dot gmail dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 24 Jul 2013 18:29:11 +0400
> From: Yurij Grechishhev <yurij.grechishhev@gmail.com>
>
> Updated patch for serial parity support:
Thanks.
> +++ gdb/doc/ChangeLog 2013-07-16 18:46:31.425614819 +0400
> @@ -1,3 +1,6 @@
> +2013-07-16 Yurij Grechishhev <yurij.grechishhev@gmail.com>
> + * gdb.texinfo (Remote configuration): Document "set/show
> + remoteparity".
> 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
> Eli Zaretskii <eliz@gnu.org>
You need to leave an empty line between your ChangeLog entry and the
previous one. Also, each line in ChangeLog should begin with TAB
character, not with spaces.
> +@item set remoteparity @var{parity}
> +Set the parity for the remote serial I/O. Supported values of @var{parity} are:
> +@code{even}, @code{none}, and @code{odd}. The default is @code{none}.
Two spaces between sentences, please.
The documentation part is okay with these changes.
What about NEWS?