From 950a0d69c82b585aba30118f01bf80151deffe8c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 20 May 2024 22:52:47 -0400 Subject: [PATCH] ext4.5: add preprocessor hint This fixes a Lintian warning which is triggered by an arbtrary MANROFFSEQ='' environment variable: an.tmac::376: warning: tbl preprocessor failed, or it or soelim was not run; table(s) likely not rendered (TE macro called with TW register undefined) Signed-off-by: Theodore Ts'o --- misc/ext4.5.in | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/ext4.5.in b/misc/ext4.5.in index c835a34..6fb67eb 100644 --- a/misc/ext4.5.in +++ b/misc/ext4.5.in @@ -1,3 +1,4 @@ +'\" t .\" -*- nroff -*- .\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. -- 1.8.3.1