diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-05 10:29:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-05 10:29:50 +0000 |
commit | 0451a510951593289ad52a3cf53fb38f0471f5f7 (patch) | |
tree | fd1a8d81f0be2b76ef290fbe5c7c85eb3cd2726f /gnu/usr.sbin | |
parent | 127ab1ed57194f16f7091e31aa3311c3475fd877 (diff) |
typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/sendmail/mailq.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/mailq.8 b/gnu/usr.sbin/sendmail/sendmail/mailq.8 index 495ed3aac6b..ae581414d9c 100644 --- a/gnu/usr.sbin/sendmail/sendmail/mailq.8 +++ b/gnu/usr.sbin/sendmail/sendmail/mailq.8 @@ -58,19 +58,19 @@ Show the mail submission queue specified in .Pa /etc/mail/submit.cf instead of the MTA queue specified in .Pa /etc/mail/sendmail.cf . -.It Fl q\fR[\fI!\fR]I Ar substr +.It Fl q\fR[\fI!\fR] Ns Cm I Ar substr Limit processed jobs to those containing .Ar substr as a substring of the queue id or not when .Sq ! is specified. -.It Fl q\fR[\fI!\fR]R Ar substr +.It Fl q\fR[\fI!\fR] Ns Cm R Ar substr Limit processed jobs to those containing .Ar substr as a substring of one of the recipients or not when .Sq ! is specified. -.It Fl q\fR[\fI!\fR]S Ar substr +.It Fl q\fR[\fI!\fR] Ns Cm S Ar substr Limit processed jobs to those containing .Ar substr as a substring of the sender or not when |