On 14/06/2020 23:05, Luc Van Oostenryck wrote: > On Sun, Jun 14, 2020 at 08:36:38PM +0100, Ramsay Jones wrote: >> Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> >> >> The only spelling fixes in the manpage are s/exemple/example/, >> s/trigered/triggered/ and s/&/and/. I would not normally change >> any 'formatting' in sparse.1, but the '{ 0 }' and '{ }' got >> split across line-endings, so I removed the spaces. >> (other solutions are possible ...) > > Thank you again for noticing and fixing these typos. > > Yes, the formatting is often very bad on the man page > because of bad or missing linebreaks. > I changed this part of your patch to use a non-breakable > space for the '{ 0 }' and '{ }'. They look, I think, better. Yeah, I tried a nbsp too (that was part of my 'other solutions'), and compared the two outputs; there wasn't much difference in the output so I went with the 'easier' patch. ;-) This looks good. (I see you noticed a couple more ...) ATB, Ramsay Jones