Module Name:    src
Committed By:   christos
Date:           Sat Mar  9 19:43:21 UTC 2013

Modified Files:
        src/usr.bin/mail: mail.1

Log Message:
Document more environment settings.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/usr.bin/mail/mail.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/mail/mail.1
diff -u src/usr.bin/mail/mail.1:1.59 src/usr.bin/mail/mail.1:1.60
--- src/usr.bin/mail/mail.1:1.59	Thu Dec 23 15:11:00 2010
+++ src/usr.bin/mail/mail.1	Sat Mar  9 14:43:20 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mail.1,v 1.59 2010/12/23 20:11:00 njoly Exp $
+.\"	$NetBSD: mail.1,v 1.60 2013/03/09 19:43:20 christos 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 February 18, 2009
+.Dd March 9, 2013
 .Dt MAIL 1
 .Os
 .Sh NAME
@@ -2251,8 +2251,14 @@ environment variables.
 .Bl -tag -width /usr/share/misc/mail.*help -compact
 .It Pa /var/mail/*
 Post office.
+This can be overwritten by setting the
+.Ev MAIL
+environment variable.
 .It ~/mbox
 User's old mail.
+This can be overritten by setting the
+.Ev MBOX
+environment variable.
 .It ~/.mailrc
 File giving initial mail commands.
 This can be overridden by setting the

Reply via email to