From f56530d96a0353fcabd4fa43546f8855f3024811 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 19 Aug 2023 11:40:16 +0100 Subject: [PATCH] man: fix rendering of form-feed in mu-view.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ox-man exports the string: \\f (=form-feed=) as: $\(\fIform\-feed\fP) Troff then complains: troff:tmp/usr/share/man/man1/mu-view.1:28: warning: special character '\f' not defined and renders it as: $Iform-feed) Insert a zero-width space character (U+200B) between the \\ and the f. This causes the string to be exported as: \\​f (\fIform\-feed\fP) which troff renders correctly. Signed-off-by: Jeremy Sowden --- man/mu-view.1.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mu-view.1.org b/man/mu-view.1.org index aabfa661..f9e26f0c 100644 --- a/man/mu-view.1.org +++ b/man/mu-view.1.org @@ -35,7 +35,7 @@ instead of displaying the full message, output a summary based upon the first == lines of the message. ** --terminate -terminate messages with \\f (=form-feed=) characters when displaying them. This is +terminate messages with \\​f (=form-feed=) characters when displaying them. This is useful when you want to further process them. ** --decrypt