mktemp.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-08-08 18:22:46 +02:00
parent 460495ca58
commit d6dcb338fc
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ opening the file, every use of
.BR mktemp ()
is a security risk.
The race is avoided by
.BR mkstemp (3) and
.BR mkstemp (3)
and
.BR mkdtemp (3).
.SH SEE ALSO
.BR mkdtemp (3),