[Bug 289980] mail(1) man page FILES mentions /tmp/R* but code (mostly) uses /tmp/mail.R*
Date: Wed, 10 Jun 2026 12:36:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289980
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
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(-)
--
You are receiving this mail because:
You are the assignee for the bug.