commit 3ef71ab4c40caea1fa70000a2ede0d8df8690c98 made some changes to the online help and man page The --sched policy=deadline option requires id=[high|med|low] Unfortunately the \tid (slash t) got transformed to "tid" Fix this by replacing with "id" as originally intended. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- src/pi_tests/pi_stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c index 9f4ffa49e926..cba1ad92ac2d 100644 --- a/src/pi_tests/pi_stress.c +++ b/src/pi_tests/pi_stress.c @@ -996,7 +996,7 @@ void usage(int error) "-q --quiet suppress running output\n" "-r --rr use SCHED_RR for test threads [SCHED_FIFO]\n" "-s OPTS --sched OPTS scheduling options per thread type:\n" - " tid=[high|med|low] select thread\n" + " id=[high|med|low] select thread\n" " ,policy=[fifo,rr] scheduling class [SCHED_FIFO, SCHED_RR]\n" " ,priority=N scheduling priority\n" " ,policy=[deadline] scheduling class [DEADLINE]\n" -- 2.31.1