git: 05a02d395d6e - main - mail(1): fix temporary file path in FILES section

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 10 Jun 2026 12:36:12 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=05a02d395d6e9de099c4be3ead222d36ca29e0a5

commit 05a02d395d6e9de099c4be3ead222d36ca29e0a5
Author:     Kit Dallege <xaum.io@gmail.com>
AuthorDate: 2026-03-27 04:23:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-06-10 12:35:04 +0000

    mail(1): fix temporary file path in FILES section
    
    The FILES section listed /tmp/R* but the source code uses
    /tmp/mail.R* (e.g. mail.RsXXXXXXXXXX, mail.ReXXXXXXXXXX,
    mail.RxXXXXXXXXXX) as the mkstemp template prefix.
    
    PR: 289980
    Signed-off-by: Kit Dallege <xaum.io@gmail.com>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/2103
---
 usr.bin/mail/mail.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 7ec2cf818f4e..767b2d811318 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 8, 2018
+.Dd June 9, 2026
 .Dt MAIL 1
 .Os
 .Sh NAME
@@ -1222,7 +1222,7 @@ commands.
 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.