The -S, or --smp option is in the help but missing from the manpage. We should really revisit these tests as these options have changed a bit in cyclictest and they are all modeled after cyclictest. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- src/svsematest/svsematest.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/svsematest/svsematest.8 b/src/svsematest/svsematest.8 index f67ab4c669d3..98322c105803 100644 --- a/src/svsematest/svsematest.8 +++ b/src/svsematest/svsematest.8 @@ -38,6 +38,9 @@ Set the number of loops. The default is 0 (endless). This option is useful for a .B \-p, \-\-prio=PRIO Set the priority of the process. .TP +.B \-S, \-\-smp +SMP testing: options -a -t and same priority of all threads +.TP .B \-t, \-\-threads[=NUM] Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specified, NUM is set to the number of available CPUs. .SH "EXAMPLES" -- 2.20.1