]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] reshuffle docs more
authorKostya Serebryany <kcc@google.com>
Mon, 9 May 2016 19:32:10 +0000 (19:32 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 9 May 2016 19:32:10 +0000 (19:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268961 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index d63f4938e00249af344c201162509141fc5ff117..5a3c335182b3583286a8521065bd64826a9ea651 100644 (file)
@@ -104,7 +104,7 @@ Finally, link with ``libFuzzer.a``::
   clang -fsanitize-coverage=edge -fsanitize=address your_lib.cc fuzz_target.cc libFuzzer.a -o my_fuzzer
 
 Corpus
-======
+------
 
 Coverage-guided fuzzers like libFuzzer rely on a corpus of sample inputs for the
 code under test.  This corpus should ideally be seeded with a varied collection