From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27944 invoked by alias); 9 Oct 2013 16:44:15 -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 27933 invoked by uid 89); 9 Oct 2013 16:44:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2013 16:44:13 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MUE00A00UGH2W00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 09 Oct 2013 19:44:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUE0096VUHKN7D0@a-mtaout22.012.net.il>; Wed, 09 Oct 2013 19:44:10 +0300 (IDT) Date: Wed, 09 Oct 2013 16:44:00 -0000 From: Eli Zaretskii Subject: Re: [RFA v2/code+DOCO+NEWS] new "set/show serial baud" command In-reply-to: <20131009112334.GJ3092@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83li22qtrb.fsf@gnu.org> References: <87bo6affrh.fsf@fleche.redhat.com> <524ECCBB.5050307@gmail.com> <20131008035636.GC3092@adacore.com> <5253F497.6040709@redhat.com> <20131008141639.GF3092@adacore.com> <87siwbhk47.fsf@fleche.redhat.com> <20131009112334.GJ3092@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00288.txt.bz2 > Date: Wed, 9 Oct 2013 15:23:34 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > gdb/doc/ChangeLog: > > * gdb.texinfo: Replace "set remotebaud" and "show remotebaud" > by "set serial baud" and "show serial baud" (resp) throughout. You didn't mention the node name in the log entry. > diff --git a/gdb/NEWS b/gdb/NEWS > index 8114fb1..4e627b0 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -200,6 +200,11 @@ qXfer:libraries-svr4:read's annex > > * GDB can now use Windows x64 unwinding data. > > +* The "set remotebaud" command has been replaced by "set serial baud". > + Similarly, "show remotebaud" has been replaced by "show serial baud". > + The "set remotebaud" and "show remotebaud" commands are still available > + to provide backward compatibility with older versions of GDB. > + This is OK. > If you're using a serial line, you may want to give @value{GDBN} the > -@w{@samp{--baud}} option, or use the @code{set remotebaud} command > -(@pxref{Remote Configuration, set remotebaud}) before the > +@w{@samp{--baud}} option, or use the @code{set serial baud} command Is @w really needed here? You have only one word there anyway. Otherwise, OK for the documentation parts. Thanks.