Hello,

I've noticed something strange in the mu-init(1) manpage in the
description for the --my-address option.  It's rendered as:

> [...]
> <my-email-address> can be either a plain e-mail address (such as
> f...@example.com), or a regular-expression (of the 'Basic POSIX'
> flavor), wrapped in 0

the intend text was (I presume)

> wrapped in / (such as /foo-.*@example\\.com/)

The problem seems to be in the \B/\fR sequence.  I'm don't know roff, so
I don't know how to fix it.  I'm attaching a small patch to show what's
the intended behaviour.

Cheers,

Omar Polo

--- mu-init.1.orig      Mon Aug 23 15:26:01 2021
+++ mu-init.1   Mon Aug 23 15:33:49 2021
@@ -44,7 +44,7 @@
 
 \fI<my-email-address>\fR can be either a plain e-mail address (such as
 \fb...@example.com\fR), or a regular-expression (of the 'Basic POSIX'
-flavor), wrapped in \B/\fR (such as \B/foo-.*@example\\.com\fR).
+flavor), wrapped in / (such as /foo-.*@example\\.com).
 
 .SH ENVIRONMENT
 

Reply via email to