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: [MI tracepoints 9/9] documentation


On Thursday 25 March 2010 20:30:35 Vladimir Prus wrote:

> On Thursday 25 March 2010 07:05:57 Eli Zaretskii wrote:
> 
> > > From: Tom Tromey <tromey@redhat.com>
> > > Cc: gdb-patches@sources.redhat.com
> > > Date: Wed, 24 Mar 2010 15:43:42 -0600
> > > 
> > > >>>>> "Volodya" == Vladimir Prus <vladimir@codesourcery.com> 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.
> 
> So, 
> 
> 	@xref{GDB/MI Frame Information} for description of this field.
> 
> will become
> 
> 	@xref{GDB/MI Frame Information}. for description of this field.
> 
> ? I am not sure the result will be correct. What am I missing and how
> do I express my original intent using texinfo?

Oh, I've confused comma and period. Is comma actually required per english
gramamar, or this is texinfo quirk?

Thanks,

-- 
Vladimir Prus
CodeSourcery
vladimir@codesourcery.com
(650) 331-3385 x722


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