aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-10-28 17:20:03 +0000
committerEli Zaretskii <eliz@gnu.org>2005-10-28 17:20:03 +0000
commit656d5e120fe95446e14b8251e85e95218e0479c5 (patch)
tree61ddc30370f2b70b41c362435fe88088602688c6 /gdb/doc
parente9adafe3f360af226d3cdfc49431b2e20b4695b2 (diff)
downloadgdb-656d5e120fe95446e14b8251e85e95218e0479c5.zip
gdb-656d5e120fe95446e14b8251e85e95218e0479c5.tar.gz
gdb-656d5e120fe95446e14b8251e85e95218e0479c5.tar.bz2
* gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
"The -var-update Command".
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo6
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fa60a74..ef62488 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2055f1a..0ceb3aa 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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