diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
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 |