diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:13:12 +0100 |
commit | 7a8e4018a59fdabef395ca730d6e73f95e8daaed (patch) | |
tree | fd80b7005273e743b4c2f2d4ec80c5446655358c /docs/important_changes.md | |
parent | f63c2ed1450da8ab5ff38dcb7f0ab1a13d9865ca (diff) | |
download | afl++-7a8e4018a59fdabef395ca730d6e73f95e8daaed.tar.gz |
Change the word "env var" to "environment variable"
Diffstat (limited to 'docs/important_changes.md')
-rw-r--r-- | docs/important_changes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/important_changes.md b/docs/important_changes.md index 9d6bbbbe..726de64d 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -48,8 +48,9 @@ behaviors and defaults: * deterministic fuzzing is now disabled by default (unless using -M) and can be enabled with -D * a caching of test cases can now be performed and can be modified by - editing config.h for TESTCASE_CACHE or by specifying the env variable - `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500 (default: 50). + editing config.h for TESTCASE_CACHE or by specifying the environment + variable `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500 + (default: 50). * -M mains do not perform trimming * examples/ got renamed to utils/ * libtokencap/ libdislocator/ and qdbi_mode/ were moved to utils/ |