]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2005 17:20:03 +0000 (17:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2005 17:20:03 +0000 (17:20 +0000)
"The -var-update Command".

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

index fa60a7446e8aa131a885bbdad12291e4752f03ec..ef6248807eb78e8bb28b0c2f4fcc04b812440df4 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
+       "The -var-update Command".
+
 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.texinfo (Print Settings): Add documentation for set/show
index 2055f1a00bb9a17b13e6abd028b309922a6e2802..0ceb3aa5b36b3410f9f5f81d655039e5ffa91eb4 100644 (file)
@@ -20636,9 +20636,9 @@ subsequent @code{-var-update} list.
 Update the value of the variable object @var{name} by evaluating its
 expression after fetching all the new values from memory or registers.
 A @samp{*} causes all existing variable objects to be updated.  The
-option @var{print-values} determines whether names and values, or just
-names are printed in the manner described for
-@code{@pxref{-var-list-children}}.
+option @var{print-values} determines whether names both and values, or
+just names are printed in the manner described for
+@code{-var-list-children} (@pxref{-var-list-children}).
 
 @subsubheading Example