environ.7: Fix name of function that honors TMPDIR

tempnam() takes the TMPDIR environment variable into account, unlike
tmpnam(), which always creates pathnames within /tmp.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2017-04-08 18:11:46 +02:00 committed by Michael Kerrisk
parent acf0d7db21
commit a263fdde88
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ and
.IP *
.B TMPDIR
influences the path prefix of names created by
.BR tmpnam (3)
.BR tempnam (3)
and other routines, and the temporary directory used by
.BR sort (1)
and other programs.