diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-13 19:05:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-13 19:05:53 +0000 |
commit | 84fcdf956814f0affad505dd335c3564dd28f471 (patch) | |
tree | 1b7fb5e52b29e410f78dc50b8cfe55cfbb417b5f /gdb/doc | |
parent | 77a732d97ff257a19c44d7e906f9b856a0290272 (diff) | |
download | gdb-84fcdf956814f0affad505dd335c3564dd28f471.zip gdb-84fcdf956814f0affad505dd335c3564dd28f471.tar.gz gdb-84fcdf956814f0affad505dd335c3564dd28f471.tar.bz2 |
* gdb.texinfo (General Query Packets): Remove @var{} around the
"spu" literal string.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d17ad23..c2b7df5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo (General Query Packets): Remove @var{} around the + "spu" literal string. + 2009-01-07 Pedro Alves <pedro@codesourcery.com> * gdb.texinfo (Error in Breakpoints): Delete mention of "The same diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d85721a..69e2403 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26795,7 +26795,7 @@ Here are the specific requests of this form defined so far. All formats, listed below. @table @samp -@item qXfer:@var{spu}:write:@var{annex}:@var{offset}:@var{data}@dots{} +@item qXfer:spu:write:@var{annex}:@var{offset}:@var{data}@dots{} @anchor{qXfer spu write} Write @var{data} to an @code{spufs} file on the target system. The annex specifies which file to write; it must be of the form |