This happens when the second argument is a subsection, and the warning
is right because the page ends up with no section title, but let's
forget about it for now.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
$(_CATMAN_MAN_set): %.cat.set: %.cat.troff | $$(@D)/
$(info TROFF $@)
- ! ($(TROFF) $(TROFFFLAGS_MAN) $(NROFFFLAGS) <$< 2>&1 >$@) \
+ ! ($(TROFF) $(TROFFFLAGS_MAN) $(NROFFFLAGS) <$< 2>&1 >$@ \
+ | $(GREP) -v 'style: .TH missing fifth argument and second argument' \
+ ||:; \
+ ) \
| $(GREP) ^ >&2
$(_CATMAN_MDOC_set): %.cat.set: %.cat.troff | $$(@D)/