]> granicus.if.org Git - llvm/commitdiff
LibFuzzer.rst: double backticks
authorHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 09:08:52 +0000 (09:08 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 09:08:52 +0000 (09:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353809 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index eb68f12fdbead403a09b526e48a91a010cfc4a06..998dc7ca3ba0a502cef70f1b3ede57624f9457aa 100644 (file)
@@ -655,9 +655,9 @@ that has libFuzzer from
 `LLVM Snapshot Builds <https://llvm.org/builds/>`_.
 
 Using libFuzzer on Windows without ASAN is unsupported. Building fuzzers with the
-`/MD` (dynamic runtime library) compile option is unsupported. Support for these
-may be added in the future. Linking fuzzers with the `/INCREMENTAL` link option
-(or the `/DEBUG` option which implies it) is also unsupported.
+``/MD`` (dynamic runtime library) compile option is unsupported. Support for these
+may be added in the future. Linking fuzzers with the ``/INCREMENTAL`` link option
+(or the ``/DEBUG`` option which implies it) is also unsupported.
 
 Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com