From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26442 invoked by alias); 15 Jan 2003 14:33:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26432 invoked from network); 15 Jan 2003 14:33:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 15 Jan 2003 14:33:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0FE4UB08263 for ; Wed, 15 Jan 2003 09:04:30 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FEWma15233 for ; Wed, 15 Jan 2003 09:32:48 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FEWkb22214; Wed, 15 Jan 2003 09:32:47 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 7BDCCFF79; Wed, 15 Jan 2003 09:37:08 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15909.29204.362611.627046@localhost.redhat.com> Date: Wed, 15 Jan 2003 14:33:00 -0000 To: Eli Zaretskii Cc: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA/doc] until/advance commands In-Reply-To: <3405-Wed15Jan2003093530+0200-eliz@is.elta.co.il> References: <15908.43028.234336.895660@localhost.redhat.com> <3405-Wed15Jan2003093530+0200-eliz@is.elta.co.il> X-SW-Source: 2003-01/txt/msg00558.txt.bz2 Eli Zaretskii writes: > > From: Elena Zannoni > > Date: Tue, 14 Jan 2003 19:15:16 -0500 > > > > This is the patch for the new commands. > > Approved, but please move the comma out of the braces in this line: > > > +frame. This command is similar to @code{until,} but @code{advance} will > > Thanks! ah, good eye. thanks committed. Elena