From 05a02d395d6e9de099c4be3ead222d36ca29e0a5 Mon Sep 17 00:00:00 2001 From: Kit Dallege Date: Fri, 27 Mar 2026 05:23:47 +0100 Subject: [PATCH] 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 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 7ec2cf818f4..767b2d81131 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.