diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-17 11:20:55 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-17 11:20:55 +0000 |
commit | e438c36d17735c3396181b241cbe6c72a02f64ee (patch) | |
tree | 5e07ffe257b8ded27029c8cedd35ec35e00526e5 /usr.bin/mail | |
parent | 536dcdb61e3b3c43dfaa64bed563f9631009f2c3 (diff) | |
download | FreeBSD-src-e438c36d17735c3396181b241cbe6c72a02f64ee.zip FreeBSD-src-e438c36d17735c3396181b241cbe6c72a02f64ee.tar.gz |
MFC r313659-r313673
r313659:
Remove space at and of line
Reported by: make manlint
MFC after: 2 days
r313660:
Remove empty Li
Reported by: make manlint
MFC after: 2 days
r313661:
Escape Ss to avoid confusion by mdoc parser with the Ss macro
Reported by: make manlint
MFC after: 2 days
r313662:
Add missing -width after -Bl -tag
Reported by: make manlint
MFC after: 2 days
r313663:
Add missing section after .Xr reference
r313664:
Escape No to avoid confusion with the No macro
r313665:
Remove useless .Pp after the .Sh macro and remove empty line
r313666:
Remove empty space at EOL and escept Ed
r313667:
Remove spaces at EOL and sort correctly the SEE ALSO section
r313668:
Add missing section in manpage reference
r313669:
Properly use .An macro before Authors name
r313670:
Escape Sm to avoid confusion with Sm macro
r313671:
Use correct date format
r313672:
Remove useless Li macro
r313673:
Remove spaces at end of line
Reported by: make manlint
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 3c3a23e..5f747bc 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1094,7 +1094,7 @@ Default is .Va save . .It Va searchheaders If this option is set, then a message-list specifier in the form -.Dq Li / Ns Ar x Ns Li : Ns Ar y +.Dq Li / Ns Ar x Ns : Ns Ar y will expand to all messages containing the substring .Ar y in the header field |