From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11780 invoked by alias); 9 May 2008 07:33:29 -0000 Received: (qmail 11768 invoked by uid 22791); 9 May 2008 07:33:29 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 May 2008 07:33:09 +0000 Received: from HOME-C4E4A596F7 ([83.130.255.47]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K0L00E9UCAPN0G0@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Fri, 09 May 2008 10:47:34 +0300 (IDT) Date: Fri, 09 May 2008 14:35:00 -0000 From: Eli Zaretskii Subject: Re: Fwd: [RFA] new command to search memory In-reply-to: X-012-Sender: halo1@inter.net.il To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: 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/msg00313.txt.bz2 > Date: Thu, 8 May 2008 20:07:51 -0700 > From: "Doug Evans" > Cc: gdb-patches@sourceware.org > > >> +@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). Yes, please. Thanks.