about summary refs log tree commit diff
path: root/instrumentation
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-12-13 12:59:26 +0100
committerGitHub <noreply@github.com>2021-12-13 12:59:26 +0100
commit5590d1836aac13000a667916053908d3ff0818f6 (patch)
tree24ac0ad5ef8c21470ac19b7929fec04af4b3f641 /instrumentation
parente41ac9564b3e00131dd30ee55d853c121e0ae95f (diff)
parent52cae6d132b0cc678eba737a755f10e656a8fe86 (diff)
downloadafl++-5590d1836aac13000a667916053908d3ff0818f6.tar.gz
Merge pull request #1210 from llzmb/docs_quality_assurance_2
 Docs content - quality assurance - 2nd run
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/README.cmplog.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/instrumentation/README.cmplog.md b/instrumentation/README.cmplog.md
index 146b4620..668c07eb 100644
--- a/instrumentation/README.cmplog.md
+++ b/instrumentation/README.cmplog.md
@@ -11,12 +11,11 @@ see
 ## Build
 
 To use CmpLog, you have to build two versions of the instrumented target
-program.
+program:
 
-The first version is built using the regular AFL++ instrumentation.
-
-The second one, the CmpLog binary, is built with setting AFL_LLVM_CMPLOG during
-the compilation.
+* The first version is built using the regular AFL++ instrumentation.
+* The second one, the CmpLog binary, is built with setting `AFL_LLVM_CMPLOG`
+  during the compilation.
 
 For example: