diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-24 05:40:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-24 05:40:27 +0000 |
commit | 8e6b008a4d4cc149be521db0c9a83fb59f8b2db0 (patch) | |
tree | 2c94ea584ad4366da5123cde4f951a13c8104599 /usr.bin/mail | |
parent | 3fb07cdc0e36957138a4fe0473abac9843f6b2be (diff) |
prettty
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 80d155f56f2..e604f15eae1 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.7 1997/11/14 00:23:50 millert Exp $ +.\" $OpenBSD: mail.1,v 1.8 1998/03/24 05:40:26 deraadt Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -87,17 +87,17 @@ upon startup. .It Fl N Inhibits the initial display of message headers when reading mail or editing a mail folder. -.It Fl s +.It Fl s Ar subject Specify subject on command line (only the first argument after the .Fl s flag is used as a subject; be careful to quote subjects containing spaces.) -.It Fl c +.It Fl c Ar cc-addr Send carbon copies to .Ar list of users. -.It Fl b +.It Fl b Ar bcc-addr Send blind carbon copies to .Ar list . List should be a comma-separated list of names. @@ -109,7 +109,7 @@ for processing; when you .Ar quit , .Nm mail writes undeleted messages back to this file. -.It Fl u +.It Fl u Ar user Is equivalent to: .Pp .Dl mail -f /var/mail/user |