mkdtemp.3, mktemp.3: SEE ALSO: add mktemp(1)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-01 11:02:44 -05:00
parent d7b772adee
commit c39946e06e
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ This function is present on the BSDs.
.\" As at 2006, this function is being considered for a revision of POSIX.1
.\" Also in NetBSD 1.4.
.SH SEE ALSO
.BR mktemp (1),
.BR mkdir (2),
.BR mkstemp (3),
.BR mktemp (3),

View File

@ -129,6 +129,7 @@ The race is avoided by
and
.BR mkdtemp (3).
.SH SEE ALSO
.BR mktemp (1),
.BR mkdtemp (3),
.BR mkstemp (3),
.BR tempnam (3),