Skip to content

Commit

Permalink
[docs] Fix Scudo documentation error
Browse files Browse the repository at this point in the history
Summary: No Pygments lexer found for "none".

Reviewers: flowerhack

Reviewed By: flowerhack

Differential Revision: https://reviews.llvm.org/D37270

llvm-svn: 312027
  • Loading branch information
Kostya Kortchinsky committed Aug 29, 2017
1 parent 2ad8d94 commit d61fca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/docs/ScudoHardenedAllocator.rst
Expand Up @@ -94,7 +94,7 @@ functions.

You may also build Scudo like this:

.. code:: none
.. code::
cd $LLVM/projects/compiler-rt/lib
clang++ -fPIC -std=c++11 -msse4.2 -O2 -I. scudo/*.cpp \
Expand All @@ -103,7 +103,7 @@ You may also build Scudo like this:
and then use it with existing binaries as follows:

.. code:: none
.. code::
LD_PRELOAD=`pwd`/scudo-allocator.so ./a.out
Expand All @@ -124,7 +124,7 @@ can be assigned in the same string, separated by colons.

For example, using the environment variable:

.. code:: none
.. code::
SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeKb=64" ./a.out
Expand Down

0 comments on commit d61fca3

Please sign in to comment.