diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-13 20:34:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-13 20:34:16 +0000 |
commit | bb2d6379788153d6daae6637559628da356630f9 (patch) | |
tree | 06afda20f4481a3ea5461661b73817a911b225bd /gdb/doc/gdb.texinfo | |
parent | 7fe8d7d81666ee33ea2fe03ca8190af3043be5cc (diff) | |
download | gdb-bb2d6379788153d6daae6637559628da356630f9.tar.gz |
* gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7abb9ed9a20..1297175d9d6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26386,7 +26386,7 @@ be available. Return a list of the children of the specified variable object and create variable objects for them, if they do not already exist. With -a single argument or if @var{print-values} has a value for of 0 or +a single argument or if @var{print-values} has a value of 0 or @code{--no-values}, print only the names of the variables; if @var{print-values} is 1 or @code{--all-values}, also print their values; and if it is 2 or @code{--simple-values} print the name and |