1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From 5e3e27da9dfa812bcf5e86b8d92f904499ddcfda Mon Sep 17 00:00:00 2001
From: Matteo Cypriani <mcy@lm7.fr>
Date: Sat, 10 May 2025 15:33:26 +0200
Subject: smenu.1: Enable table preprocessor
Fixes this warning:
an.tmac:<standard input>:231: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined)
See: https://lists.debian.org/debian-devel/2023/08/msg00220.html
---
smenu.1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/smenu.1 b/smenu.1
index aa74110..b98f634 100755
--- a/smenu.1
+++ b/smenu.1
@@ -1,3 +1,4 @@
+'\" t
.\" ###################################################################
.\" Copyright 2015, Pierre Gentile (p.gen.progs@gmail.com)
.\"
|