[cfe-commits] r129164 - /cfe/trunk/docs/UsersManual.html

Evan Cheng evan.cheng at apple.com
Fri Apr 8 15:34:21 PDT 2011


Author: evancheng
Date: Fri Apr  8 17:34:21 2011
New Revision: 129164

URL: http://llvm.org/viewvc/llvm-project?rev=129164&view=rev
Log:
Minor format fix.

Modified:
    cfe/trunk/docs/UsersManual.html

Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=129164&r1=129163&r2=129164&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Fri Apr  8 17:34:21 2011
@@ -768,7 +768,7 @@
 operator will always return a pointer that does not
 alias any other pointer when the function returns.</dd>
 
-<dt id="opt_ftrap-function=<name>"><b>-ftrap-function=<name></b>: Instruct code
+<dt id="opt_ftrap-function"><b>-ftrap-function=[name]</b>: Instruct code
 generator to emit a function call to the specified function name for
 <tt>__builtin_trap()</tt>.</dt>
 
@@ -778,7 +778,7 @@
 generator will always lower the builtin to a call to the specified function
 regardless of whether the target ISA has a trap instruction. This option is
 useful for environements (e.g. deeply embedded) where a trap cannot be properly
-handled.
+handled.</dd>
 </dl>
 
 <!-- ======================================================================= -->





More information about the cfe-commits mailing list