]> git.cameronkatri.com Git - mandoc.git/commit
Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. This
authorKristaps Dzonsons <kristaps@bsd.lv>
Wed, 13 Apr 2011 09:57:08 +0000 (09:57 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Wed, 13 Apr 2011 09:57:08 +0000 (09:57 +0000)
commitd6a0b76fecae20088bd4d276cdd0eb2f041d59ec
treea869615bb1e7d8d3f17eb922da61febc148a0ddb
parentf34dee17801e8624ff26bc038d094572f4758655
Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'.  This
prompted by a TODO by schwarze@, originally from Gleydson Soares, that
an empty `SS' was raising an error (it hasn't for some time).  It makes
sense these shouldn't warn, as omitting their contents doesn't change
anything in the structure of the document (groff and mandoc specifically
account for the whitespace between empty sections).

This doesn't change any manuals, which only refer to the line arguments
(or possibly next-line, in the case of man(7) syntax).
man_validate.c
mdoc_validate.c