mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
man page: Eliminate two warnings
Manually turn off both filling and justification for the one exceedingly-long URL which was blowing groff's mind. Also, adjust the position of 'text' to not be at the beginning of a line so it is not mistaken for a macro.
This commit is contained in:
parent
4f926e140f
commit
25c66663f8
1 changed files with 7 additions and 2 deletions
|
@ -287,7 +287,13 @@ a blank line separating each message. Lines in the message content
|
|||
beginning with "From " (preceded by zero or more '>' characters) have
|
||||
an additional '>' character added. This reversible escaping
|
||||
is termed "mboxrd" format and described in detail here:
|
||||
|
||||
.nf
|
||||
.nh
|
||||
http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html
|
||||
.hy
|
||||
.fi
|
||||
.
|
||||
.RE
|
||||
.RS 4
|
||||
.TP 4
|
||||
|
@ -312,8 +318,7 @@ message.
|
|||
Output the single decoded MIME part N of a single message. The search
|
||||
terms must match only a single message. Message parts are numbered in
|
||||
a depth-first walk of the message MIME structure, and are identified
|
||||
in the 'json' or
|
||||
'text' output formats.
|
||||
in the 'json' or 'text' output formats.
|
||||
.RE
|
||||
|
||||
A common use of
|
||||
|
|
Loading…
Reference in a new issue