From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25944 invoked by alias); 24 Jul 2013 16:53:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 25810 invoked by uid 89); 24 Jul 2013 16:53:57 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from Unknown (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 16:53:55 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MQG0080093X7400@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 24 Jul 2013 19:53:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQG0076W9LFNIC0@a-mtaout20.012.net.il>; Wed, 24 Jul 2013 19:53:39 +0300 (IDT) Date: Wed, 24 Jul 2013 16:53:00 -0000 From: Eli Zaretskii Subject: Re: Setting parity for remote serial In-reply-to: To: Yurij Grechishhev Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ehanx5ki.fsf@gnu.org> References: X-SW-Source: 2013-07/txt/msg00573.txt.bz2 > Date: Wed, 24 Jul 2013 18:29:11 +0400 > From: Yurij Grechishhev > > 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 > + * gdb.texinfo (Remote configuration): Document "set/show > + remoteparity". > 2013-04-12 Jan Kratochvil > Eli Zaretskii 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?