summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-07-16 14:56:12 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-07-16 14:56:12 +0000
commit9a6f0a3e9682c374c67a18ca2f9a5014e4a77ad2 (patch)
tree9531ee8e1ef55c3902ebe633fa901b8027ff59ca
parenta0b9967105a1f485c3d09e7af082a6462b455df0 (diff)
man page tweaks:
- for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@
-rw-r--r--usr.bin/mail/mail.117
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index eb10d7f7f91..f2f4fba45dd 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail.1,v 1.51 2007/08/06 19:16:06 sobrado Exp $
+.\" $OpenBSD: mail.1,v 1.52 2008/07/16 14:56:11 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: August 6 2007 $
+.Dd $Mdocdate: July 16 2008 $
.Dt MAIL 1
.Os
.Sh NAME
@@ -50,7 +50,7 @@
.Nm mail
.Op Fl IiNnv
.Fl f
-.Op Ar name
+.Op Ar file
.Nm mail
.Op Fl IiNnv
.Op Fl u Ar user
@@ -72,13 +72,14 @@ Send carbon copies to
of users.
.Ar list
should be a comma separated list of names.
-.It Fl f Op Ar name
+.It Fl f Op Ar file
Read in the contents of your mailbox
-(or the specified file
-.Ar name )
+(or the specified
+.Ar file )
for processing; when you quit,
.Nm mail
-writes undeleted messages back to this file.
+writes undeleted messages back to this
+.Ar file .
.It Fl I
Forces
.Nm mail
@@ -1007,6 +1008,8 @@ command and the
escape.
A default shell is used if this option is
not defined.
+.It Ev TMPDIR
+Directory in which temporary files are stored.
.It Ev VISUAL
Pathname of the text editor to use in the
.Ic visual