diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-02-04 17:51:19 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-04 18:52:30 +0100 |
commit | 30c2563ffc46002e125a091ff23fb4a92e163d2e (patch) | |
tree | b2e779e8955d2110682b1b387a6b9bf111535fc6 /man | |
parent | 8a2a64601ce68a32b1135fdd95b10d0cf1a4dee5 (diff) | |
download | mblaze-30c2563ffc46002e125a091ff23fb4a92e163d2e.tar.gz mblaze-30c2563ffc46002e125a091ff23fb4a92e163d2e.tar.xz mblaze-30c2563ffc46002e125a091ff23fb4a92e163d2e.zip |
mmime.1: update wording
Closes: #104 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/mmime.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/mmime.1 b/man/mmime.1 index 686ab9e..f15fe6a 100644 --- a/man/mmime.1 +++ b/man/mmime.1 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm mmime -.Nd encode MIME mails +.Nd create MIME messages .Sh SYNOPSIS .Nm .Op Fl c | Fl r @@ -14,9 +14,9 @@ .Nm generates a .Sq Li multipart/mixed -mail from standard input, +message from the standard input, extending, wrapping, and encoding the header as necessary, -and replacing lines in the message body, of the form +and replacing lines in the message body of the form .Pp .D1 Li # Ns Ar content Ns Li / Ns Ar type Ns Oo Ns Li # Ns Ar content-disposition Oc Pa path Ns Oo Li > Ns Ar filename Oc .Pp @@ -36,7 +36,7 @@ The options are as follows: .It Fl c Check mode: don't output anything, exit with status 1 if MIME-encoding the message is required, -or with status 0 else. +or else exit with status 0. .It Fl r Raw mode: don't expand MIME parts in the body, generate a .Sq Li text/plain |