This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: [RFA] new command to search memory


On Mon, Apr 28, 2008 at 11:52 AM, Eli Zaretskii <eliz@gnu.org> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]