git: 9front

Download patch

ref: a88a4afade93ace70e1650576da2ff7dffc61ffd
parent: f75f083cc73a794fece87f75ffdceac6c16341be
author: ppatience0 <ppatience0@gmail.com>
date: Sun Feb 17 07:02:14 EST 2013

filter(1), nedmail(1): fix typos in both and consistency in nedmail(1)

--- a/sys/man/1/filter
+++ b/sys/man/1/filter
@@ -151,7 +151,7 @@
 .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
--- a/sys/man/1/nedmail
+++ b/sys/man/1/nedmail
@@ -185,19 +185,20 @@
 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.
--