diff --git a/gcc/md.texi b/gcc/md.texi index b8c9e378550..2c464b5a737 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -3314,10 +3314,10 @@ list of operands, such as this example: @group "" " -{ +@{ handle_add (operands[0], operands[1], operands[2]); DONE; -}") +@}") @end group @end smallexample