diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-08-06 19:16:08 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-08-06 19:16:08 +0000 |
commit | d569c9b0c585d1ada0bb33679611b77eba528140 (patch) | |
tree | af2426db3e795320f587d155021169a3f1700b3e /usr.bin/mail/mail.1 | |
parent | 602a7968e47e34fd38658741b7b66d3c9115f9cf (diff) |
the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands
lots of good ideas by jmc@
ok jmc@
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 1abcb468573..eb10d7f7f91 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.50 2007/05/31 19:20:12 jmc Exp $ +.\" $OpenBSD: mail.1,v 1.51 2007/08/06 19:16:06 sobrado Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 6 2007 $ .Dt MAIL 1 .Os .Sh NAME @@ -44,8 +44,8 @@ .Op Fl b Ar list .Op Fl c Ar list .Op Fl s Ar subject -.Ar to-addr Op Ar ... -.Op Fl Ar sendmail-options Op Ar ... +.Ar to-addr ... +.Op Fl Ar sendmail-options ... .Ek .Nm mail .Op Fl IiNnv |