Delete .Pp right before the first .Sh and right before any .Ss,
authorschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2017 16:23:30 +0000 (16:23 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 28 Apr 2017 16:23:30 +0000 (16:23 +0000)
commit9c7c6a1f67324c9ef5934693846750b670b7ddce
tree6da16147fdb4790184d50ed757e9559071992c97
parent1c9afadeb178022c0da9820a851975efe9e6dea4
Delete .Pp right before the first .Sh and right before any .Ss,
and warn about it; mdoclint(1) does so, and it makes sense.
regress/usr.bin/mandoc/mdoc/Sh/Makefile
regress/usr.bin/mandoc/mdoc/Sh/first.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parbefore.in [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parbefore.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parbefore.out_lint [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parbefore.out_markdown [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parborder.in [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parborder.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parborder.out_lint [new file with mode: 0644]
regress/usr.bin/mandoc/mdoc/Sh/parborder.out_markdown [new file with mode: 0644]
usr.bin/mandoc/mdoc_validate.c