On Fri, 4 Jul 2025, Ahmed S. Darwish wrote: > Per groff(7) and groff_man_style(7), capitalize the section headers > without resorting to all caps. > > This makes the manpage's output calmer to read as well. > > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> > --- > src/cyclictest/cyclictest.8 | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8 > index f27fe66..7f1bd39 100644 > --- a/src/cyclictest/cyclictest.8 > +++ b/src/cyclictest/cyclictest.8 > @@ -1,17 +1,17 @@ > .\" SPDX-License-Identifier: GPL-2.0-only > .\" For a man pages tutorial, check groff_man_style(7) > -.TH CYCLICTEST 8 "April 22, 2016" > +.TH Cyclictest 8 "April 22, 2016" > . > -.SH NAME > +.SH Name > cyclictest \- High resolution test program > . > -.SH SYNOPSIS > +.SH Synopsis > .SY cyclictest > .RI "[ \-fmnqrsvMS ] [\-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 " ]" > . > -.SH OPTIONS > +.SH Options > These programs follow the usual GNU command line syntax, with long > options starting with two dashes ('\-\-'). > .br > @@ -229,11 +229,11 @@ Print info userful for debugging cyclictest > .B \-x, \-\-posix_timers > Use POSIX timers instead of clock_nanosleep. > . > -.SH SEE ALSO > +.SH "See also" > .BR numa (3), > .BR numactl (8), > . > -.SH AUTHOR > +.SH Authors > cyclictest was written by Thomas Gleixner <tglx@xxxxxxxxxxxxxx>. > .PP > This manual page was written by Alessio Igor Bogani <abogani@xxxxxxxxxx>, > -- > 2.49.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>