summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/build/catman.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/build/catman.mk b/share/mk/build/catman.mk
index b3c1cec18..86616588d 100644
--- a/share/mk/build/catman.mk
+++ b/share/mk/build/catman.mk
@@ -50,6 +50,7 @@ $(_CATMAN_MAN_set): %.cat.set: %.cat.troff | $$(@D)/
! ($(TROFF) $(TROFFFLAGS_MAN) $(NROFFFLAGS) <$< 2>&1 >$@ \
| $(GREP) -v 'style: .TH missing fifth argument and second argument' \
| $(GREP) -v 'style: blank line in input$$' \
+ | $(GREP) -v 'style: use of deprecated macro: .PD$$' \
||:; \
) \
| $(GREP) ^ >&2