mu/man
Jeremy Sowden f56530d96a man: fix rendering of form-feed in mu-view.1
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 <jeremy@azazel.net>
2023-08-19 12:31:43 +01:00
..
author.inc man: generate manpages from .org files 2022-12-29 10:41:16 +02:00
bugs.inc man: generate manpages from .org files 2022-12-29 10:41:16 +02:00
common-options.inc man: generate manpages from .org files 2022-12-29 10:41:16 +02:00
copyright.inc.in man: small improvements 2023-07-02 11:17:55 +03:00
exit-code.inc man: fix formatting of some man-page references 2023-08-19 12:00:21 +01:00
meson.build cli: merge 'fields' with 'info' command 2023-07-05 20:39:47 +03:00
mu-add.1.org man: update man pages 2022-12-30 11:15:03 +02:00
mu-bookmarks.5.org man: update man pages 2022-12-30 11:15:03 +02:00
mu-cfind.1.org mu-cfind: re-enable --after option 2023-04-08 20:48:46 +03:00
mu-easy.7.org man: fix formatting of some man-page references 2023-08-19 12:00:21 +01:00
mu-extract.1.org mu extract/view/verify: allow reading message from stdin 2023-04-30 10:35:28 +03:00
mu-find.1.org man: add performance notes to find/index/server manpages 2023-08-06 16:19:43 +03:00
mu-help.1.org man: update man pages 2022-12-30 11:15:03 +02:00
mu-index.1.org man: add performance notes to find/index/server manpages 2023-08-06 16:19:43 +03:00
mu-info.1.org mu-info: add 'topic mu' information; improve manpage 2023-07-26 19:09:18 +03:00
mu-init.1.org man: mu-init: document --max-message-size and --batch-size 2023-07-16 13:19:35 +03:00
mu-mkdir.1.org mu-mkdir manpage: small fix 2023-08-03 19:49:39 +03:00
mu-query.7.org man: fix formatting of some man-page references 2023-08-19 12:00:21 +01:00
mu-remove.1.org man: update man pages 2022-12-30 11:15:03 +02:00
mu-server.1.org man: add performance notes to find/index/server manpages 2023-08-06 16:19:43 +03:00
mu-verify.1.org mu extract/view/verify: allow reading message from stdin 2023-04-30 10:35:28 +03:00
mu-view.1.org man: fix rendering of form-feed in mu-view.1 2023-08-19 12:31:43 +01:00
mu.1.org man: correct spelling error in mu.1 2023-08-19 12:00:22 +01:00
muhome.inc man: generate manpages from .org files 2022-12-29 10:41:16 +02:00
prefooter.inc man: generate manpages from .org files 2022-12-29 10:41:16 +02:00