aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKit Dallege <xaum.io@gmail.com>2026-03-27 04:23:47 +0000
committerWarner Losh <imp@FreeBSD.org>2026-06-10 12:35:04 +0000
commit05a02d395d6e9de099c4be3ead222d36ca29e0a5 (patch)
treecb44fa3bea4138993ec43e42e86b109fcb1d69eb
parent2c5fd7d9a7ed36cf15dd538d9533e7835c7f8555 (diff)
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
-rw-r--r--usr.bin/mail/mail.14
1 files 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.