The following changes since commit 864314464e2772a9885da34ea041f130073affe9: Merge branch 'patch-1' of https://github.com/antroseco/fio (2021-08-18 10:47:55 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 15ce99bb71e7c289f62ddee94e0149f6c81549de: Merge branch 'master' of https://github.com/DamonPalovaara/fio (2021-08-20 20:58:42 -0600) ---------------------------------------------------------------- Damon Palovaara (1): fixed type boot->bool Jens Axboe (1): Merge branch 'master' of https://github.com/DamonPalovaara/fio HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/HOWTO b/HOWTO index 9bfd38b4..a2cf20f6 100644 --- a/HOWTO +++ b/HOWTO @@ -2600,7 +2600,7 @@ with the caveat that when used on the command line, they must come after the Specify the time between the SIGTERM and SIGKILL signals. Default is 1 second. -.. option:: std_redirect=boot : [exec] +.. option:: std_redirect=bool : [exec] If set, stdout and stderr streams are redirected to files named from the job name. Default is true.