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 22:33:24 Eli Zaretskii wrote:

> > Date: Thu, 25 Mar 2010 11:12:09 -0700
> > From: Stan Shebs <stan@codesourcery.com>
> > CC: Eli Zaretskii <eliz@gnu.org>, tromey@redhat.com, 
> >  gdb-patches@sources.redhat.com
> > 
> > > Is comma actually required per english gramamar, or this is
> > > texinfo quirk?
> > >   
> > It's a little of both actually. :-)
> 
> Right.  But mostly, it's a Texinfo quirk.

Thanks for clarifying. I've checked in the below.

Thanks,

-- 
Vladimir Prus
CodeSourcery
vladimir@codesourcery.com
(650) 331-3385 x722
? .kdev4
Index: gdb/doc/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/doc/ChangeLog,v
retrieving revision 1.1026
diff -u -p -r1.1026 ChangeLog
--- gdb/doc/ChangeLog	26 Mar 2010 01:46:28 -0000	1.1026
+++ gdb/doc/ChangeLog	26 Mar 2010 08:05:16 -0000
@@ -1,3 +1,7 @@
+2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
+
+	* gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
+
 2010-03-24  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Tracepoint Packets): Document trace error status.
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.684
diff -u -p -r1.684 gdb.texinfo
--- gdb/doc/gdb.texinfo	26 Mar 2010 01:46:28 -0000	1.684
+++ gdb/doc/gdb.texinfo	26 Mar 2010 08:05:18 -0000
@@ -26050,7 +26050,7 @@ the @samp{found} field has value of @sam
 @item frame
 The information about the frame corresponding to the found trace
 frame.  This field is present only if a trace frame was found.
-@xref{GDB/MI Frame Information} for description of this field.
+@xref{GDB/MI Frame Information}, for description of this field.
 
 @end table
 

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