diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-02-17 12:02:14 -0500 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-02-17 12:02:14 -0500 |
commit | ec15df1d81876c6f0980f4f80ed6c2d27be6b247 (patch) | |
tree | 11497ba7d205b7cf4227e65bece6c56708631614 /sys/man | |
parent | 4aae319f76dd7157149aad6a67c3ca9b03a7f30a (diff) |
filter(1), nedmail(1): fix typos in both and consistency in nedmail(1)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/filter | 2 | ||||
-rw-r--r-- | sys/man/1/nedmail | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/man/1/filter b/sys/man/1/filter index ae86aa336..977193385 100644 --- a/sys/man/1/filter +++ b/sys/man/1/filter @@ -151,7 +151,7 @@ to add a pattern to .I patternfile for each address in the .I addressfiles -that doesh't already match a pattern. +that doesn't already match a pattern. .PP .IR Token , with only one argument, prints to standard output a unique token diff --git a/sys/man/1/nedmail b/sys/man/1/nedmail index 6cf29cc39..06f54987e 100644 --- a/sys/man/1/nedmail +++ b/sys/man/1/nedmail @@ -185,19 +185,20 @@ but allow the user to type in text to be included with the forwarded message. .TP .B p -Print message. An interrupt stops the printing. +Print message. +An interrupt stops the printing. .TP .BI r " args Reply to the sender of the message. .I Marshal is used to format the reply. -If and optional -.I Args +If any optional +.I args are specified, they are added to the command line to .I marshal before the recipient's address. .TP -.B R " args +.BI R " args Like .B r but with the original message included as an attachment. |