It's bad that the features are not supported, but we can do nothing
about it but wait. Let's silence the warnings.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
$(info LINT (mandoc) $@)
! ($(MANDOC) $(MANDOCFLAGS) $< 2>&1 \
| $(GREP) -v 'STYLE: lower case character in document title:' \
+ | $(GREP) -v 'UNSUPP: ignoring macro in table:' \
| $(GREP) -v 'WARNING: cannot parse date, using it verbatim: TH (date)' \
| $(GREP) -v 'WARNING: empty block: UR' \
||:; \