2002-08-03 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
This commit is contained in:
parent
043a27f8cf
commit
42f9b0a5ea
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-03 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
|
||||
|
||||
2002-08-01 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
|
||||
|
|
|
@ -5773,7 +5773,7 @@ tekhex format file @var{filename}.
|
|||
@item dump tekhex value @var{filename} @var{expression}
|
||||
Dump value of @var{expression} into tekhex format file @var{filename}.
|
||||
|
||||
@item restore @var{filename} @var{[binary]} @var{bias} @var{start} @var{end}
|
||||
@item restore @var{filename} [@var{binary}] @var{bias} @var{start} @var{end}
|
||||
Restore the contents of file @var{filename} into memory. The @code{restore}
|
||||
command can automatically recognize any known bfd file format, except for
|
||||
raw binary. To restore a raw binary file you must use the optional argument
|
||||
|
|
Loading…
Reference in a new issue