aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-08-15 11:06:00 +0000
committerJohn Gilmore <gnu@cygnus>1992-08-15 11:06:00 +0000
commit0d1cd01ebcbbc93522bb0eba2a141a6667b2e7d1 (patch)
tree64033313e24122ca07487a439bd712ea6ddfe037 /gdb/doc/gdb.texinfo
parente893a126fbccf240059be1590204e302265d78f6 (diff)
downloadfsf-binutils-gdb-0d1cd01ebcbbc93522bb0eba2a141a6667b2e7d1.zip
fsf-binutils-gdb-0d1cd01ebcbbc93522bb0eba2a141a6667b2e7d1.tar.gz
fsf-binutils-gdb-0d1cd01ebcbbc93522bb0eba2a141a6667b2e7d1.tar.bz2
* gdb.texinfo, refcard.tex: Document mult args on `info reg'.
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 79df2eb..0776e0e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -4376,9 +4376,9 @@ registers (in the selected stack frame).
Print the names and values of all registers, including floating-point
registers.
-@item info registers @var{regname}
-Print the relativized value of register @var{regname}. @var{regname}
-may be any register name valid on the machine you are using, with
+@item info registers @var{regname} @{dots}
+Print the relativized value of each specified register @var{regname}.
+@var{regname} may be any register name valid on the machine you are using, with
or without the initial @samp{$}.
@end table