On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > Commit a3a7ee1a6831 ("cyclictest: modify option handling to use > enumerated types") removed "-y" as a shorthand for --policy, but forgot > removing it from the manpage. > > Remove it. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index 312bf7a..76b10f3 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 "] [\-y " policy " ]" > +[\-p " prio " ] [\-t " num " ] [\-D " time " ]" > > .\" .SH DESCRIPTION > .\" This manual page documents briefly the > @@ -41,7 +41,7 @@ in the set in numeric order, in a round\-robin fashion. > .br > The set of processors can be specified as A,B,C, or A-C, or A-B,D-F, and so on*. > The ! character can be used to negate a set. For example, !B-D means to use all > -available CPUs except B through D. The cpu numbers are the same as shown in the > +available CPUs except B through D. The cpu numbers are the same as shown in the > .I processor > field in /proc/cpuinfo. See numa(3) for more information on specifying CPU sets. > * Support for CPU sets requires libnuma version >= 2. For libnuma v1, PROC-SET, > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>