summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2022-03-05 09:31:21 -0800
committerKevin McCarthy <kevin@8t8.us>2022-03-05 09:31:21 -0800
commit7c8992aa0dc5c17156d09c6c1e0a16100fce7b28 (patch)
tree71a42717694b12ee2dfbae1cd5ac567db416ce3e
parente65fdf56e7206984a9ee3714fd01c00762f37bf8 (diff)
Fix mutt.man formatting.
Thanks for the fix from Mario Blättermann and the manpages-l10n project.
-rw-r--r--doc/mutt.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mutt.man b/doc/mutt.man
index 16bb2326..85f0f1a7 100644
--- a/doc/mutt.man
+++ b/doc/mutt.man
@@ -100,12 +100,12 @@ Separating \fIfile\fP and \fIto-addr\fP arguments with \*(lq\fB\-\-\fP\*(rq is
mandatory.
For example:
.sp
+.in +4m
.nf
-.ft C
-\& mutt \-a image.jpg \-\- to-addr
-\& mutt \-a img.jpg *.png \-\- to-addr-1 to-addr-2
-.ft R
+mutt \-a image.jpg \-\- to-addr
+mutt \-a img.jpg *.png \-\- to-addr-1 to-addr-2
.fi
+.in
.sp
The \fB\-a\fP option must be placed at the end of command line options.
.TP