about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 19:52:10 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 19:52:10 +0100
commitb7395fa46710673602b8fb7257e502e5f129a56c (patch)
treec7ba9ea67e66d67b51d824413ec1ba87af72966b /docs/env_variables.md
parent3023a36d4d2d2f4549d637bd505ba9ebd743788b (diff)
downloadafl++-b7395fa46710673602b8fb7257e502e5f129a56c.tar.gz
Change "AFL" to "AFL++"
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 6c90e84c..715a60cb 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -307,7 +307,7 @@ checks or alter some of the more exotic semantics of the tool:
     (`-i in`). This is an important feature to set when resuming a fuzzing
     session.
 
-  - Setting `AFL_CRASH_EXITCODE` sets the exit code AFL treats as crash. For
+  - Setting `AFL_CRASH_EXITCODE` sets the exit code AFL++ treats as crash. For
     example, if `AFL_CRASH_EXITCODE='-1'` is set, each input resulting in a `-1`
     return code (i.e. `exit(-1)` got called), will be treated as if a crash had
     occurred. This may be beneficial if you look for higher-level faulty
@@ -493,7 +493,7 @@ checks or alter some of the more exotic semantics of the tool:
     This is especially useful when running multiple instances (`-M/-S` for
     example). Applied tags are `banner` and `afl_version`. `banner` corresponds
     to the name of the fuzzer provided through `-M/-S`. `afl_version`
-    corresponds to the currently running AFL version (e.g. `++3.0c`). Default
+    corresponds to the currently running AFL++ version (e.g. `++3.0c`). Default
     (empty/non present) will add no tags to the metrics. For more information,
     see [rpc_statsd.md](rpc_statsd.md).