]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/mdoc/Sh/Makefile
Delete .Pp right before the first .Sh and right before any .Ss,
[mandoc.git] / regress / mdoc / Sh / Makefile
index e60708700c6105c7efb7dea865fb1260b4a76a49..9610ec4c66db99ecdd4bad6a88cea2b55e5a8d4b 100644 (file)
@@ -1,13 +1,16 @@
 # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
 
 REGRESS_TARGETS         = badNAME before empty emptyNAME first nohead order
-REGRESS_TARGETS        += orderNAME punctNAME subbefore
+REGRESS_TARGETS        += orderNAME parbefore parborder punctNAME subbefore
 LINT_TARGETS    = badNAME before empty emptyNAME first nohead order
-LINT_TARGETS   += orderNAME punctNAME subbefore
-MARKDOWN_TARGETS  = badNAME before empty emptyNAME first nohead order
-MARKDOWN_TARGETS += orderNAME punctNAME subbefore
+LINT_TARGETS   += orderNAME parbefore parborder punctNAME subbefore
 
-SKIP_GROFF     = subbefore first empty
-SKIP_ASCII     = first
+# groff-1.22.3 defects:
+# - .Pp before .Sh NAME causes a blank line before the header line
+# - .Ss before .Sh NAME puts the subsection header before the header line
+# - missing .Sh NAME causes loss of the header and footer lines
+# - .Sh DESCRIPTION Xo aborts the parser
+
+SKIP_GROFF     = parbefore subbefore first empty
 
 .include <bsd.regress.mk>