Commit 88af497ee57b ("rt-tests: cyclictest.8: Remove invalid tracing options from the manpage") removed --wakeup, but forgot to remove its -w/-W shorthand. Remove it. Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> --- src/cyclictest/cyclictest.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 index 35f7c90..312bf7a 100644 --- a/src/cyclictest/cyclictest.8 +++ b/src/cyclictest/cyclictest.8 @@ -19,7 +19,7 @@ cyclictest \- High resolution test program .SY cyclictest .RI "[ \-hfmnqrsvMS ] [\-a " proc " ] [\-A " align " ] [\-b " usec " ] [\-c " clock " ] [\-d " dist " ] \ [\-h " histogram " ] [\-i " intv " ] [\-\-json " filename " ] [\-l " loop " ] [\-o " red " ] \ -[\-p " prio " ] [\-t " num " ] [\-D " time "] [\-w] [\-W] [\-y " policy " ]" +[\-p " prio " ] [\-t " num " ] [\-D " time "] [\-y " policy " ]" .\" .SH DESCRIPTION .\" This manual page documents briefly the -- 2.49.0