Changes to mmime.1

- Remove first line in DESCRIPTION, it's pretty much a duplicate
- Clarify piece about lines in the body which specify attachments
- 'file found at path' instead of 'path'

Closes: #58 [via git-merge-pr]
pull/60/merge
Larry Hynes 7 years ago committed by Leah Neukirchen
parent 0d2c71d2ef
commit 9361feed35

@ -12,20 +12,17 @@
.Ar message
.Sh DESCRIPTION
.Nm
encodes the standard input into a MIME message.
.Pp
.Nm
generates a
.Sq Li multipart/mixed
mail from standard input,
extending, wrapping, and encoding the header as necessary,
and replacing body lines looking like
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
with a MIME part having Content-Type
.Ar content/type
consisting of the contents of
.Ar content/type ,
consisting of the contents of the file found at
.Pa path .
.Ar content-disposition
is optional and defaults to

Loading…
Cancel
Save