diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-10-08 21:05:54 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-10-08 21:05:54 +0000 |
commit | 0989161d342f67ba2c8664c8af788c72b0da9a30 (patch) | |
tree | 6a8d34083f3d5f2f743f23361a09eb4a16fa5663 /usr.bin/mail | |
parent | e23a5b1809e640d23f62fd806f056e203d6ba9ff (diff) |
document -d. ok millert@
Diffstat (limited to 'usr.bin/mail')
-rw-r--r-- | usr.bin/mail/mail.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 1457121cb37..f12440d56e1 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.53 2008/07/16 15:11:16 martynas Exp $ +.\" $OpenBSD: mail.1,v 1.54 2008/10/08 21:05:53 martynas 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: July 16 2008 $ +.Dd $Mdocdate: October 8 2008 $ .Dt MAIL 1 .Os .Sh NAME @@ -40,7 +40,7 @@ .Sh SYNOPSIS .Nm mail .Bk -words -.Op Fl EIinv +.Op Fl dEIinv .Op Fl b Ar list .Op Fl c Ar list .Op Fl s Ar subject @@ -48,11 +48,11 @@ .Op Fl Ar sendmail-options ... .Ek .Nm mail -.Op Fl EIiNnv +.Op Fl dEIiNnv .Fl f .Op Ar file .Nm mail -.Op Fl EIiNnv +.Op Fl dEIiNnv .Op Fl u Ar user .Sh DESCRIPTION .Nm mail @@ -72,6 +72,11 @@ Send carbon copies to of users. .Ar list should be a comma separated list of names. +.It Fl d +Causes +.Nm mail +to output all sorts of information useful for debugging +.Nm mail . .It Fl E Don't send messages with an empty body. .It Fl f Op Ar file |