On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > All of cyclictest's options are described in the manpage through a single > paragraph except --verbose, which renders the verbose statistics output > format in a separate paragraph for no special reason. > > Let the description text of --versbose match the other parameters style. > Beside consistency, this will also be useful when all the options will be > separated at the manpage source level. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index c1a7b29..803c5fd 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -170,11 +170,10 @@ write a trace mark when \-b latency is exceeded. > force unbuffered output for live processing > .TP > .B \-v, \-\-verbose > -Output values on stdout for statistics. This option is used to gather statistical information about the latency distribution. The output is sent to stdout. The output format is: > - > -n:c:v > - > -where n=task number c=count v=latency value in us. > +Output values on stdout for statistics. This option is used to gather > +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. > .TP > .B \-\-dbg_cyclictest > Print info userful for debugging cyclictest > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>