On 2025-07-04 15:27:01 [+0200], Ahmed S. Darwish wrote: > Enforce proper column alignment for the whole cyclictest manpage source. > Next commits will significantly expand the parameters' description text, > and without such alignment the expanded text will be hard to read and > review at the source. > > Per man-pages(7): "please limit source code line length to no more than > about 75 characters wherever possible." > > Note, no content change, as verified before and after by > "man ./cyclictest.8 | md5sum" While this is already an improvement you could also go for "semantic newlines". > Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx> Sebastian