This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Setting parity for remote serial


> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]