]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix last commit.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2013 11:01:01 +0000 (11:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2013 11:01:01 +0000 (11:01 +0000)
 doc/gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
 use colons in @anchor and @cindex entries.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 57ac84cadf2c077f14fbe8ab1f2481262da06bc3..7e683ae9b94dadc922059864aa07c078951d4f5f 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
+       use colons in @anchor and @cindex entries.
+
 2012-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
        * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
index ba03fcaa496953b7c8255b661257cddf1306f5e0..a60716602102b597a270eb33f03386c7b51257f6 100644 (file)
@@ -37552,7 +37552,7 @@ The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
 to be enabled and disabled while a trace experiment is running.
 
 @item QTBuffer:size
-The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer:size})
+The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
 packet that allows to change the size of the trace buffer.
 
 @item tracenz
@@ -38479,8 +38479,8 @@ This packet directs the target to use a circular trace buffer if
 @var{value} is 1, or a linear buffer if the value is 0.
 
 @item QTBuffer:size:@var{size}
-@anchor{QTBuffer:size}
-@cindex @samp{QTBuffer:size} packet
+@anchor{QTBuffer-size}
+@cindex @samp{QTBuffer size} packet
 This packet directs the target to make the trace buffer be of size
 @var{size} if possible.  A value of @code{-1} tells the target to
 use whatever size it prefers.