From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2229 invoked by alias); 25 Mar 2010 04:06:07 -0000 Received: (qmail 2220 invoked by uid 22791); 25 Mar 2010 04:06:06 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Mar 2010 04:06:00 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KZT00B00KKHXM00@a-mtaout22.012.net.il> for gdb-patches@sources.redhat.com; Thu, 25 Mar 2010 06:05:57 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.237.109]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZT00B0GKPW2W50@a-mtaout22.012.net.il>; Thu, 25 Mar 2010 06:05:57 +0200 (IST) Date: Thu, 25 Mar 2010 04:06:00 -0000 From: Eli Zaretskii Subject: Re: [MI tracepoints 9/9] documentation In-reply-to: To: tromey@redhat.com Cc: vladimir@codesourcery.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83hbo5gi56.fsf@gnu.org> References: <201003141204.12015.vladimir@codesourcery.com> <83k4te221u.fsf@gnu.org> <201003161656.07287.vladimir@codesourcery.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: 2010-03/txt/msg00840.txt.bz2 > From: Tom Tromey > Cc: gdb-patches@sources.redhat.com > Date: Wed, 24 Mar 2010 15:43:42 -0600 > > >>>>> "Volodya" == Vladimir Prus writes: > > Volodya> Sorry -- I think I did what I was asked to do, and I don't > Volodya> understand what this warning is trying to tell me. Assuming > Volodya> this is a valid warning, how do I fix it? > > According to the texinfo manual: > > Caution: A period or comma *must* follow the closing brace of an > `@xref'. It is required to terminate the cross reference. This > period or comma will appear in the output, both in the Info file > and in the printed manual. > > So I guess you ought to add a comma after the closing brace. Yes.