On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > rtla-timerlat should be the official cyclictest replacement at some point. > Mention it at the "See also" section. > > While at it, use the correct nroff macro for referencing manpages for the > whole section. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index 16e8190..bbb0b41 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -308,10 +308,11 @@ in mind, below cyclictest example invocation can provide a good start: > --histogram=1000 > --histfile=output.txt > .fi > - > +. > .SH "See also" > -.BR numa (3), > -.BR numactl (8), > +.MR numa 3 , > +.MR numactl 8 , > +.MR rtla-timerlat 1 > . > .SH Authors > cyclictest was written by Thomas Gleixner <tglx@xxxxxxxxxxxxxx>. > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>