diff mbox

[02/10] doc: fix markdown syntax

Message ID 20180224014717.56552-3-luc.vanoostenryck@gmail.com (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Luc Van Oostenryck Feb. 24, 2018, 1:47 a.m. UTC
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 Documentation/options.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
diff mbox

Patch

diff --git a/Documentation/options.md b/Documentation/options.md
index 1e35b8227..5374a05fe 100644
--- a/Documentation/options.md
+++ b/Documentation/options.md
@@ -8,22 +8,22 @@  tools.
 
 ### Select the passes
 
-* '-f\<name-of-the-pass\>[-disable|-enable|=last]'
+* `-f<name-of-the-pass>[-disable|-enable|=last]`
 
-  If '=last' is used, all passes after the specified one are disabled.
+  If `=last` is used, all passes after the specified one are disabled.
   By default all passes are enabled.
 
   The passes currently understood are:
-  * 'mem2reg'
-  * 'optim'
+  * `mem2reg`
+  * `optim`
 
 ### Internal Representation
 
-* '-fdump-ir[=\<pass\>[,\<pass\>...]]'
+* `-fdump-ir[=<pass>[,<pass>...]]`
 
   Dump the IR at each of the given passes.
 
   The passes currently understood are:
-  * 'linearize'
-  * 'mem2reg'
-  * 'final'
+  * `linearize`
+  * `mem2reg`
+  * `final`