From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15171 invoked by alias); 22 Oct 2009 19:40:04 -0000 Received: (qmail 15161 invoked by uid 22791); 22 Oct 2009 19:40:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Oct 2009 19:39:59 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id A9DFD40063; Thu, 22 Oct 2009 12:39:57 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost2.vmware.com (Postfix) with ESMTP id 8D5FD8E834; Thu, 22 Oct 2009 12:39:57 -0700 (PDT) Message-ID: <4AE0B37D.5000008@vmware.com> Date: Thu, 22 Oct 2009 19:40:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Eli Zaretskii CC: "gdb-patches@sourceware.org" , "pedro@codesourcery.com" , "teawater@gmail.com" Subject: Re: [RFA] doc for "info record" References: <4ADF2846.9020403@vmware.com> <83d44ghb5n.fsf@gnu.org> In-Reply-To: <83d44ghb5n.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00532.txt.bz2 Eli Zaretskii wrote: >> Date: Wed, 21 Oct 2009 08:27:02 -0700 >> From: Michael Snyder >> >> Look ok to you Eli? > > Yes, with a few comments: > >> +Show various statistics about the state of process record and its >> +in-memory execution log buffer, including: >> + >> +@table @code > > @table, and @code on top of that, is inappropriate for what you want > here: a list of p[lain-text items. Please use @itemize @bullet or > @itemize @minus. Note that with @itemize, you need to have each @item > alone on its line, and the text should be on the following line, like > this: > > @item > Whether in record mode or replay mode. > >> +@item whether in record mode or replay mode. >> +@item Lowest recorded instruction number (counting from when the current execution log started recording instructions). > > Please capitalize the first word of each @item consistently. > >> +@item Max number of instructions that may be contained in the execution log. > ^^^ > No need to use abbreviations in a manual. > > Okay with these corrections. Done, and committed.