diff options
Diffstat (limited to 'docs')
-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 3c69c0b6..a63aad10 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -519,7 +519,7 @@ checks or alter some of the more exotic semantics of the tool: - `AFL_SYNC_TIME` allows you to specify a different minimal time (in minutes) between fuzzing instances synchronization. Default sync time is 30 minutes, - note that time is halfed for -M main nodes. + note that time is halved for -M main nodes. - Setting `AFL_TARGET_ENV` causes AFL++ to set extra environment variables for the target binary. Example: `AFL_TARGET_ENV="VAR1=1 VAR2='a b c'" afl-fuzz |