[PATCH] batctl: Run manpage through tbl preprocessor
Sven Eckelmann <[email protected]>
| Newsgroups | org.open-mesh.lists.batman |
|---|---|
| Message-ID | <[email protected]> |
When checking the manpage for errors/warning, it shows the output: an.tmac:<standard input>:119: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined) This can be fixed by instructing the explicit usage of the tbl preprocessor via the first line in the file. Signed-off-by: Sven Eckelmann <[email protected]> --- man/batctl.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/batctl.8 b/man/batctl.8 index ccc7b4a..54745da 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -1,3 +1,4 @@ +'\" t .\" SPDX-License-Identifier: GPL-2.0 .\" License-Filename: LICENSES/preferred/GPL-2.0 .\" Hey, EMACS: -*- nroff -*- @@ -21,7 +22,7 @@ .\" Process this file with .\" groff -man batctl.8 -Tutf8 .\" Retrieve format warnings with -.\" man --warnings batctl.8 > /dev/null +.\" LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z batctl.8 >/dev/null .\" -------------------------------------------------------------------------- .ad l .SH NAME --- base-commit: 8d256ac07c7dada8607ae792dcd0524d91eef127 change-id: 20260308-manpage-fmt-b37d8f11af57 Best regards, -- Sven Eckelmann <[email protected]>