diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-03-23 18:47:07 +0100 |
commit | 5fcd634f05049564dde59df420ac1c2f291a2fb0 (patch) | |
tree | 47f1a5974882868e206252299e14f6b717c5c9b3 /docs/env_variables.md | |
parent | 28f1e94ab9fdac6886c4383d9f4722f26237a05a (diff) | |
download | afl++-5fcd634f05049564dde59df420ac1c2f291a2fb0.tar.gz |
fixed tiny nitpicks
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 7eb973e5..409425f1 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -426,7 +426,7 @@ checks or alter some of the more exotic semantics of the tool: - If you are Jakub, you may need `AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES`. Others need not apply, unless they also want to disable the - /proc/sys/kernel/core_pattern check. + `/proc/sys/kernel/core_pattern` check. - Benchmarking only: `AFL_BENCH_JUST_ONE` causes the fuzzer to exit after processing the first queue entry; and `AFL_BENCH_UNTIL_CRASH` causes it to |