aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-02-28 22:03:03 +0000
committerPaul Brook <paul@codesourcery.com>2005-02-28 22:03:03 +0000
commit9a301b437da0f358d785542c11589bfa4bd2cb13 (patch)
tree2ca1914c0e2b0d928aee35e3d4232580ce2142fd
parent802a113dc94f71b6d757fec2951258a94b557387 (diff)
downloadgdb-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.
-rw-r--r--gas/doc/c-arc.texi4
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