]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] fix the docs
authorKostya Serebryany <kcc@google.com>
Thu, 21 Feb 2019 00:43:46 +0000 (00:43 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 21 Feb 2019 00:43:46 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354536 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index 906375620f581bc20070893e80073b8eec0313f5..1698439b8c450f420b28184716a45593a805e2c1 100644 (file)
@@ -191,6 +191,7 @@ small random subsets of the corpus. After a child exits, the top process
 merges the corpus generated by the child back to the main corpus.
 
 Related flags:
+
 ``-ignore_ooms``
   True by default. If an OOM happens during fuzzing in one of the child processes,
   the reproducer is saved on disk, and fuzzing continues.