[docs] Dummy formating change just to test #1618 a bit more.

This commit is contained in:
Max Moroz 2018-07-17 12:38:09 -07:00
parent c720e4046b
commit bb78fa9827
1 changed files with 3 additions and 2 deletions

View File

@ -263,8 +263,9 @@ Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar
sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries) 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 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 binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the
(e.g. because it is shared by several targets), specify this in .options file: name is different (e.g. because it is shared by several targets), specify this
in .options file:
``` ```
[libfuzzer] [libfuzzer]