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
This commit is contained in:
Kit Dallege
2026-03-27 05:23:47 +01:00
committed by Warner Losh
parent 2c5fd7d9a7
commit 05a02d395d
+2 -2
View File
@@ -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.