From 667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sat, 4 Dec 2021 20:41:47 +0100 Subject: Fix punctuation in connection with "by default" --- docs/env_variables.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/env_variables.md') diff --git a/docs/env_variables.md b/docs/env_variables.md index 3f7bdadb..530e1342 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -607,14 +607,14 @@ the preferred way to configure FRIDA mode is through its * `AFL_FRIDA_INST_NO_BACKPATCH` - Disable backpatching. At the end of executing each block, control will return to FRIDA to identify the next block to execute. -* `AFL_FRIDA_INST_NO_PREFETCH` - Disable prefetching. By default the child will +* `AFL_FRIDA_INST_NO_PREFETCH` - Disable prefetching. By default, the child will report instrumented blocks back to the parent so that it can also instrument them and they be inherited by the next child on fork, implies `AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH`. * `AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH` - Disable prefetching of stalker - backpatching information. By default the child will report applied backpatches - to the parent so that they can be applied and then be inherited by the next - child on fork. + backpatching information. By default, the child will report applied + backpatches to the parent so that they can be applied and then be inherited by + the next child on fork. * `AFL_FRIDA_INST_RANGES` - See `AFL_QEMU_INST_RANGES` * `AFL_FRIDA_INST_SEED` - Sets the initial seed for the hash function used to generate block (and hence edge) IDs. Setting this to a constant value may be -- cgit 1.4.1