diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-03 23:37:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-03 23:37:07 +0000 |
commit | 42f9b0a5ea43c6ac2b8e692d5b9c982086d76e0b (patch) | |
tree | 62e001176f6e4a4243f77f9e85ccae88a3856d39 /gdb/doc/gdb.texinfo | |
parent | 043a27f8cfe19fa0dc44403ef3f2f760f0990289 (diff) | |
download | gdb-42f9b0a5ea43c6ac2b8e692d5b9c982086d76e0b.zip gdb-42f9b0a5ea43c6ac2b8e692d5b9c982086d76e0b.tar.gz gdb-42f9b0a5ea43c6ac2b8e692d5b9c982086d76e0b.tar.bz2 |
2002-08-03 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
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 5c8922f..bd20562 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |