diff options
Diffstat (limited to 'gas/doc')
-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 |