ISO 8601 is the standard way to express a date. Don't warn about it.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
$(_LINT_mdoc_mandoc): $(_MANDIR)/%.lint-mdoc.mandoc.touch: $(MANDIR)/% | $$(@D)/
$(info LINT (mandoc) $@)
! ($(MANDOC) -mdoc $(MANDOCFLAGS) $< 2>&1 \
+ | $(GREP) -v 'STYLE: legacy man(7) date format: Dd ' \
| $(GREP) -v 'STYLE: lower case character in document title: Dt ' \
| $(GREP) -v 'STYLE: operating system explicitly specified: Os ' \
| $(GREP) -v 'WARNING: cross reference to self: Xr ' \