aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-09 17:54:04 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-09 17:54:06 +0100
commit7903eb906ad3c390a740de8c22148cca9ebf6eae (patch)
treec6cc085141817968d76483bad32f15ea78a8bb9e
parent349832ffe8147a004d7ec1d565e47a806c5c8bd7 (diff)
downloadman-pages-7903eb906ad3c390a740de8c22148cca9ebf6eae.tar.gz
lint-man.mk: make-lint-tbl: ffix
Print 'LINT (tbl comment)' to not confuse users to think that we run tbl(1) at all. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--lib/lint-man.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lint-man.mk b/lib/lint-man.mk
index e0f72d3034..c4a4c57b0c 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:"; \