Subject: bin/30316: mail(1) man page corrections
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <jeffi@rcn.com>
List: netbsd-bugs
Date: 05/23/2005 17:04:01
>Number:         30316
>Category:       bin
>Synopsis:       mail(1) man page corrections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon May 23 17:04:00 +0000 2005
>Originator:     Jeff Ito
>Release:        NetBSD 3.99.5
>Organization:
>Environment:
NetBSD lab 3.99.5 NetBSD 3.99.5 (GENERIC) #0: Sun May 22 13:49:46 EDT 2005 
>Description:
It seems the temp filename(s) used by mail(1) were changed when the tempnam() -> mkstemp() conversion took place.  The manpage was not changed to reflect these new filenames.
>How-To-Repeat:
n/a
>Fix:
Index: mail.1
===================================================================
RCS file: /export/cvs/netbsd/src/usr.bin/mail/mail.1,v
retrieving revision 1.26
diff -u -r1.26 mail.1
--- mail.1      7 Aug 2003 11:14:39 -0000       1.26
+++ mail.1      13 Apr 2005 11:45:03 -0000
@@ -1034,7 +1034,7 @@
 This can be overridden by setting the
 .Ev MAILRC
 environment variable.
-.It Pa /tmp/R*
+.It Pa /tmp/mail.R*
 Temporary files.
 .It Pa /usr/share/misc/mail.*help
 Help files.