noreuse was added as an fadvise_hint option to apply POSIX_FADV_NOREUSE, so we add it to the docs as well. Signed-off-by: Yuanchu Xie <yuanchu@xxxxxxxxxx> --- fio.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fio.1 b/fio.1 index e2db3a3f..4fa033f3 100644 --- a/fio.1 +++ b/fio.1 @@ -1098,6 +1098,9 @@ Advise using FADV_SEQUENTIAL. .TP .B random Advise using FADV_RANDOM. +.TP +.B noreuse +Advise using FADV_NOREUSE. .RE .RE .TP -- 2.40.0.348.gf938b09366-goog