From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4484 invoked by alias); 4 Mar 2013 18:13:30 -0000 Received: (qmail 4474 invoked by uid 22791); 4 Mar 2013 18:13:30 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Mar 2013 18:13:17 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MJ500500EJ3E200@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 04 Mar 2013 20:12:59 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJ5005GLELMDL10@a-mtaout20.012.net.il>; Mon, 04 Mar 2013 20:12:58 +0200 (IST) Date: Mon, 04 Mar 2013 18:13:00 -0000 From: Eli Zaretskii Subject: Re: [patch v9 21/23] doc, record: document record changes In-reply-to: <1362416770-19750-22-git-send-email-markus.t.metzger@intel.com> To: Markus Metzger Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, markus.t.metzger@gmail.com Reply-to: Eli Zaretskii Message-id: <838v63t4nw.fsf@gnu.org> References: <1362416770-19750-1-git-send-email-markus.t.metzger@intel.com> <1362416770-19750-22-git-send-email-markus.t.metzger@intel.com> 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: 2013-03/txt/msg00123.txt.bz2 > From: Markus Metzger > Cc: gdb-patches@sourceware.org, markus.t.metzger@gmail.com, > Eli Zaretskii > Date: Mon, 4 Mar 2013 18:06:08 +0100 > > Document changes to the record target resulting from the renaming into > record-full. Thanks. > +@kindex rec full > +@kindex rec btrace > +@item record @var{method} > +This command starts the process record and replay target. The > +recording method can be specified as parameter. Without a parameter > +the command uses the @var{full} recording method. The following @var{full} and @var{btrace} are incorrect usage of @var. "full" and "btrace" both stand for literal strings, so using @var is wrong here. Please use @code or @samp instead. (Here and elsewhere.) OK with that change.