From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14350 invoked by alias); 9 May 2008 03:08:15 -0000 Received: (qmail 14341 invoked by uid 22791); 9 May 2008 03:08:14 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 May 2008 03:07:57 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id m4937qFl004708 for ; Fri, 9 May 2008 04:07:53 +0100 Received: from wa-out-1112.google.com (wafl24.prod.google.com [10.114.188.24]) by zps36.corp.google.com with ESMTP id m4937UjM003156 for ; Thu, 8 May 2008 20:07:51 -0700 Received: by wa-out-1112.google.com with SMTP id l24so1325011waf.12 for ; Thu, 08 May 2008 20:07:51 -0700 (PDT) Received: by 10.114.27.20 with SMTP id a20mr3779876waa.101.1210302471787; Thu, 08 May 2008 20:07:51 -0700 (PDT) Received: by 10.114.254.4 with HTTP; Thu, 8 May 2008 20:07:51 -0700 (PDT) Message-ID: Date: Fri, 09 May 2008 06:46:00 -0000 From: "Doug Evans" To: "Eli Zaretskii" Subject: Re: Fwd: [RFA] new command to search memory Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080214021915.F3FE51C72F0@localhost> <20080226022335.GB4456@caradoc.them.org> <20080229031252.GA2897@caradoc.them.org> X-IsSubscribed: yes 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 X-SW-Source: 2008-05/txt/msg00306.txt.bz2 On Mon, Apr 28, 2008 at 11:52 AM, Eli Zaretskii wrote: >> --- doc/gdb.texinfo 16 Apr 2008 13:14:18 -0000 1.481 >> +++ doc/gdb.texinfo 17 Apr 2008 02:35:24 -0000 > > This part is also okay, but I have a few comments/corrections. > >> +@table @code >> +@item b >> +Bytes. >> +@item h >> +Halfwords (two bytes). >> +@item w >> +Words (four bytes). >> +@item g >> +Giant words (eight bytes). >> +@end table > > In this table, the text under @item's are not complete sentences, so > it's better to start them with a lowercase letter and not end them > with a period. Cut-n-paste-n-tweak from @section Examining memory. I can fix that too if you like (in a separate patch of course). I'll make the other corrections. Thanks.