Print 'LINT (tbl comment)' to not confuse users to think that we run tbl(1) at all. Signed-off-by: Alejandro Colomar <alx@xxxxxxxxxx> --- lib/lint-man.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lint-man.mk b/lib/lint-man.mk index e0f72d303..c4a4c57b0 100644 --- a/lib/lint-man.mk +++ b/lib/lint-man.mk @@ -98,7 +98,7 @@ $(_LINT_man_mandoc): $(_LINTDIR)/%.lint-man.mandoc.touch: $(MANDIR)/% | $$(@D)/. touch $@ $(_LINT_man_tbl): $(_LINTDIR)/%.lint-man.tbl.touch: $(MANDIR)/% | $$(@D)/. - $(info LINT (tbl) $@) + $(info LINT (tbl comment) $@) if $(GREP) -q '^\.TS$$' $< && ! $(HEAD) -n1 $< | $(GREP) -q '\\" t$$'; \ then \ >&2 $(ECHO) "$<:1: missing '\\\" t' comment:"; \ -- 2.39.2