diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:41:47 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:41:47 +0100 |
commit | 667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e (patch) | |
tree | 34b4012fdb97688228ef91d6730976dc309a8365 /docs/fuzzing_in_depth.md | |
parent | bcd81c377d22cf26812127881a8ac15ed9c022ad (diff) | |
download | afl++-667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e.tar.gz |
Fix punctuation in connection with "by default"
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 9611d6b7..d1fee7cc 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -465,7 +465,7 @@ handling in the target. Play around with various -m values until you find one that safely works for all your input seeds (if you have good ones and then double or quadruple that. -By default afl-fuzz never stops fuzzing. To terminate AFL++, press Control-C or +By default, afl-fuzz never stops fuzzing. To terminate AFL++, press Control-C or send a signal SIGINT. You can limit the number of executions or approximate runtime in seconds with options also. |