groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/6] lint-man.mk: make-lint-tbl: ffix


From: Alejandro Colomar
Subject: [PATCH 1/6] lint-man.mk: make-lint-tbl: ffix
Date: Thu, 9 Mar 2023 18:58:23 +0100

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>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]