filter(1), nedmail(1): fix typos in both and consistency in nedmail(1)
This commit is contained in:
parent
4aae319f76
commit
ec15df1d81
2 changed files with 6 additions and 5 deletions
|
@ -151,7 +151,7 @@ to add a pattern to
|
||||||
.I patternfile
|
.I patternfile
|
||||||
for each address in the
|
for each address in the
|
||||||
.I addressfiles
|
.I addressfiles
|
||||||
that doesh't already match a pattern.
|
that doesn't already match a pattern.
|
||||||
.PP
|
.PP
|
||||||
.IR Token ,
|
.IR Token ,
|
||||||
with only one argument, prints to standard output a unique token
|
with only one argument, prints to standard output a unique token
|
||||||
|
|
|
@ -185,19 +185,20 @@ but allow the user to type in text to be included
|
||||||
with the forwarded message.
|
with the forwarded message.
|
||||||
.TP
|
.TP
|
||||||
.B p
|
.B p
|
||||||
Print message. An interrupt stops the printing.
|
Print message.
|
||||||
|
An interrupt stops the printing.
|
||||||
.TP
|
.TP
|
||||||
.BI r " args
|
.BI r " args
|
||||||
Reply to the sender of the message.
|
Reply to the sender of the message.
|
||||||
.I Marshal
|
.I Marshal
|
||||||
is used to format the reply.
|
is used to format the reply.
|
||||||
If and optional
|
If any optional
|
||||||
.I Args
|
.I args
|
||||||
are specified, they are added to the command line to
|
are specified, they are added to the command line to
|
||||||
.I marshal
|
.I marshal
|
||||||
before the recipient's address.
|
before the recipient's address.
|
||||||
.TP
|
.TP
|
||||||
.B R " args
|
.BI R " args
|
||||||
Like
|
Like
|
||||||
.B r
|
.B r
|
||||||
but with the original message included as an attachment.
|
but with the original message included as an attachment.
|
||||||
|
|
Loading…
Reference in a new issue