From a0331e89e036103c95eb898742ea5d5f28a987b0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 31 May 2020 10:23:36 +0200 Subject: docs: fix a typo Fixes ##1778 --- docs/executing_syzkaller_programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/executing_syzkaller_programs.md b/docs/executing_syzkaller_programs.md index d06c16ffd..22763d8ce 100644 --- a/docs/executing_syzkaller_programs.md +++ b/docs/executing_syzkaller_programs.md @@ -47,7 +47,7 @@ Several useful `syz-execprog` flags: use threaded mode in executor (default true) ``` -If you pass `-threaded=0 -collide=0`, programs will be executed as a simple single-threaded sequence of syscalls. `-threaded=1` forces execution of each syscall in a separate thread, so that execution can proceed over blocking syscalls. `-collide=0` forces second round of execution of syscalls when pairs of syscalls are executed concurrently. +If you pass `-threaded=0 -collide=0`, programs will be executed as a simple single-threaded sequence of syscalls. `-threaded=1` forces execution of each syscall in a separate thread, so that execution can proceed over blocking syscalls. `-collide=1` forces second round of execution of syscalls when pairs of syscalls are executed concurrently. If you are replaying a reproducer program that contains a header along the following lines: ``` -- cgit mrf-deployment