diff options
author | Paul Brook <paul@codesourcery.com> | 2005-02-28 22:03:03 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-02-28 22:03:03 +0000 |
commit | 9a301b437da0f358d785542c11589bfa4bd2cb13 (patch) | |
tree | 2ca1914c0e2b0d928aee35e3d4232580ce2142fd /gas/doc/c-arc.texi | |
parent | 802a113dc94f71b6d757fec2951258a94b557387 (diff) | |
download | gdb-9a301b437da0f358d785542c11589bfa4bd2cb13.zip gdb-9a301b437da0f358d785542c11589bfa4bd2cb13.tar.gz gdb-9a301b437da0f358d785542c11589bfa4bd2cb13.tar.bz2 |
2005-02-28 Paul Brook <paul@codesourcery.com>
* doc/c-arc.texi: Add missing @code.
Diffstat (limited to 'gas/doc/c-arc.texi')
-rw-r--r-- | gas/doc/c-arc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi index f03fa9c..64285b8 100644 --- a/gas/doc/c-arc.texi +++ b/gas/doc/c-arc.texi @@ -237,9 +237,9 @@ Determines the syntax class for the instruction. It can have the following values: @table @code -@item{SYNTAX_2OP}: +@item @code{SYNTAX_2OP}: 2 Operand Instruction -@item{SYNTAX_3OP}: +@item @code{SYNTAX_3OP}: 3 Operand Instruction @end table |