From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8400 invoked by alias); 18 Nov 2005 12:50:21 -0000 Received: (qmail 8391 invoked by uid 22791); 18 Nov 2005 12:50:19 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005 12:50:19 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-139-254.inter.net.il [84.228.139.254]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CZT09297 (AUTH halo1); Fri, 18 Nov 2005 14:50:14 +0200 (IST) Date: Fri, 18 Nov 2005 13:45:00 -0000 Message-Id: From: Eli Zaretskii To: Jim Blandy CC: gdb-patches@sources.redhat.com In-reply-to: <8f2776cb0511171727i37c5455ew5d492d4651358db5@mail.gmail.com> (message from Jim Blandy on Thu, 17 Nov 2005 17:27:45 -0800) Subject: Re: RFA: GDB manual: clean up query packet documentation Reply-to: Eli Zaretskii References: <8f2776cb0511171727i37c5455ew5d492d4651358db5@mail.gmail.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00320.txt.bz2 > Date: Thu, 17 Nov 2005 17:27:45 -0800 > From: Jim Blandy > > gdb/doc/ChangeLog: > 2005-11-17 Jim Blandy > > * gdb.texinfo (Packets): Move information out of 'q' and 'Q' > entries into the General Query Packets section. Add a > cross-reference to that section. > (General Query Packets): Add introductory text. Explain naming > conventions, and how the end of a name is recognized. Thanks, this is approved. One question, though: > - Reply: > - @table @samp > - @item @var{XX@dots{}} > - Hex encoded data from query. The reply must not be empty. > - @item E @var{NN} > - error reply > - @item > - Indicating an unrecognized @var{query}. > - @end table This "Reply:" part is not in the new text. Did you really intend to delete it, and if so, why?