On Sun, Jun 11, 2023 at 10:44:33 +0000, Luke Mewburn wrote: > Module Name: src > Committed By: lukem > Date: Sun Jun 11 10:44:33 UTC 2023 > > Modified Files: > src/share/man/man5: mk.conf.5 > > Log Message: [...] > Change sub headings to headings; it's easier to read. > (I don't know why mdoc doesn't allow blank lines around .Ss)
I'm not sure what do you mean. The difference between .Ss and .Sh is only the indent: ----8<----[ .Ss ]----8<---- ... the system. NetBSD System Variables Listed below are the mk.conf variables that may be set that affect the ... ----8<--------8<---- vs. ----8<----[ .Sh ]----8<---- ... the system. NetBSD System Variables Listed below are the mk.conf variables that may be set that affect the ... ----8<--------8<---- Both have a blank line before and no blank line after. -uwe