On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > The number and breadth of cyclictest's options is huge, and just > exploring them in sequence can get the manpage reader lost. > > Put the cyclictest's x86 options into their own group. > > 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 ca75884..f320f66 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -280,7 +280,7 @@ statistical information about the latency distribution. The output is sent > to stdout. The output format is: "n:c:v", where n is the task number, c is > the count, and v is the latency value in microseconds. > . > -.SS "Other options" > +.SS "X86 options" > . > .TP > .B \\-\-smi > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>