diff options
author | 2021-02-13 07:28:50 +0000 | |
---|---|---|
committer | 2021-02-13 07:28:50 +0000 | |
commit | 58c2d244e8da245d7b21adb3832259c2b57a1805 (patch) | |
tree | 08459190affb1d4dfe9e7167489370b3ec2493a7 | |
parent | readability fix; from larry hynes (diff) | |
download | wireguard-openbsd-58c2d244e8da245d7b21adb3832259c2b57a1805.tar.xz wireguard-openbsd-58c2d244e8da245d7b21adb3832259c2b57a1805.zip |
add some missing articles; from larry hynes
-rw-r--r-- | usr.sbin/smtpd/mail.maildir.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/mail.maildir.8 b/usr.sbin/smtpd/mail.maildir.8 index ce822698e47..f4379d7d636 100644 --- a/usr.sbin/smtpd/mail.maildir.8 +++ b/usr.sbin/smtpd/mail.maildir.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.maildir.8,v 1.5 2018/05/30 12:37:57 jmc Exp $ +.\" $OpenBSD: mail.maildir.8,v 1.6 2021/02/13 07:28:50 jmc Exp $ .\" .\" Copyright (c) 2017 Gilles Chehade <gilles@poolp.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 30 2018 $ +.Dd $Mdocdate: February 13 2021 $ .Dt MAIL.MAILDIR 8 .Os .Sh NAME @@ -36,7 +36,8 @@ located in the user's home directory. The options are as follows: .Bl -tag -width Ds .It Fl j -Scan message for X-Spam and move to Junk folder if result is positive. +Scan the message for an X-Spam header and move to the Junk folder +if the result is positive. .El .Sh EXIT STATUS .Ex -std mail.maildir |