From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18734 invoked by alias); 24 Mar 2010 21:41:54 -0000 Received: (qmail 18726 invoked by uid 22791); 24 Mar 2010 21:41:53 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Mar 2010 21:41:48 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NuYKe-0004tW-Rd for gdb-patches@sources.redhat.com; Wed, 24 Mar 2010 22:41:44 +0100 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 22:41:44 +0100 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Mar 2010 22:41:44 +0100 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [MI tracepoints 9/9] documentation Followup-To: gmane.comp.gdb.patches Date: Wed, 24 Mar 2010 21:41:00 -0000 Message-ID: References: <201003141204.12015.vladimir@codesourcery.com> <83k4te221u.fsf@gnu.org> <201003161656.07287.vladimir@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit User-Agent: KNode/4.3.2 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: 2010-03/txt/msg00831.txt.bz2 Tom Tromey wrote: >>>>>> "Volodya" == Vladimir Prus writes: > > Volodya> Thanks for review -- I have applied other comments pretty much as > Volodya> written. Here's the revised patch that I plan to commit after the > Volodya> code patches are in. > > Volodya> @item frame > Volodya> The information about the frame corresponding to the found trace > Volodya> -frame. This field is present only if a trace frame was found. > Volodya> -See @xref{GDB/MI Frame Information} for description of this field. > Volodya> +frame. This field is present only if a trace frame was found. > Volodya> +@xref{GDB/MI Frame Information} for description of this field. > > This introduced a warning from makeinfo: > > makeinfo -I ../../../src/gdb/doc/../../readline/doc -I ../../../src/gdb/doc/../mi -I > ../../../src/gdb/doc \ -o gdb.info ../../../src/gdb/doc/gdb.texinfo > ../../../src/gdb/doc/gdb.texinfo:26053: warning: `.' or `,' must follow @xref, not `f'. Sorry -- I think I did what I was asked to do, and I don't understand what this warning is trying to tell me. Assuming this is a valid warning, how do I fix it? - Volodya