From 00dcc2f726f39eced7d8bbd4537a46e7a3624662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard?= Date: Sun, 18 Aug 2024 14:58:14 +0000 Subject: [PATCH] Instruct man(1) to run the 'tbl' preprocessor This is needed to get set the macro 'TW' with the table width. This was a new warning in groff 1.23.0 Can be tested with the command: LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 \ man --warnings -E UTF-8 -l -Tutf8 -Z popt.3 >/dev/null --- popt.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popt.3 b/popt.3 index a490d4b..8b8f10f 100644 --- a/popt.3 +++ b/popt.3 @@ -1,3 +1,5 @@ +'\" t +. .TH POPT 3 "June 30, 1998" "" "Linux Programmer's Manual" .SH NAME popt \- Parse command line options