]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/man/TP/Makefile
various nits found with mandoc -Tlint
[mandoc.git] / regress / man / TP / Makefile
index b867ba635a5502003f8dbc908b1bf3639acf158f..b1763652d1bfc339c1ca83fb744a0cd36e0f6141 100644 (file)
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.12 2015/09/21 13:24:32 schwarze Exp $
 
 # $OpenBSD: Makefile,v 1.12 2015/09/21 13:24:32 schwarze Exp $
 
-REGRESS_TARGETS         = badarg broken double eof fill literal longhead
+REGRESS_TARGETS         = badarg broken double eof fill indent literal longhead
 REGRESS_TARGETS        += macrotag manyargs sameline spacing width
 
 LINT_TARGETS    = broken double eof
 REGRESS_TARGETS        += macrotag manyargs sameline spacing width
 
 LINT_TARGETS    = broken double eof
@@ -8,6 +8,7 @@ LINT_TARGETS     = broken double eof
 # groff-1.22.3 defects:
 # - If .TP precedes .RE, the latter does not properly reset indentation.
 # - If the last line of the file is .TP, groff does not print a page footer.
 # groff-1.22.3 defects:
 # - If .TP precedes .RE, the latter does not properly reset indentation.
 # - If the last line of the file is .TP, groff does not print a page footer.
+# - A blank line in .TP next line scope causes a blank line.
 
 SKIP_GROFF      = broken eof
 
 
 SKIP_GROFF      = broken eof