diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
commit | 1d8b37c69ca15e065c00671f8457b6df577db257 (patch) | |
tree | 058988774dd325531ec346aee241ce7435220916 /usr.bin/mail | |
parent | b71308c90de1005a44413da2491439a019e721e6 (diff) |
more man page fixes; aaron@ug.cs.dal.ca
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 2bae2ad8d46..09f45f5d686 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.12 1998/07/16 06:05:18 millert Exp $ +.\" $OpenBSD: mail.1,v 1.13 1998/09/01 16:38:24 deraadt Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -930,7 +930,7 @@ Suppresses the printing of the version when first invoked. If this option is set, then a message-list specifier in the form ``/x:y'' will expand to all messages containing the substring ``y'' in the header field ``x''. The string search is case insensitive. -If ``x'' is ommitted, it will default to the ``Subject'' header field. +If ``x'' is omitted, it will default to the ``Subject'' header field. The form ``/to:y'' is a special case, and will expand to all messages containing the substring ``y'' in the ``To'', ``Cc'' or ``Bcc'' header fields. |