From bb78fa98278babaf3fd2c509b0c956d976bf8d4d Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 17 Jul 2018 12:38:09 -0700 Subject: [docs] Dummy formating change just to test #1618 a bit more. --- docs/new_project_guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index 971fa24a..eca55de8 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -263,8 +263,9 @@ Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries) Put your dict file in `$OUT`. If the dict filename is the same as your target -binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the name is different -(e.g. because it is shared by several targets), specify this in .options file: +binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the +name is different (e.g. because it is shared by several targets), specify this +in .options file: ``` [libfuzzer] -- cgit v1.2.3