Slight rewording.

This commit is contained in:
Michael Kerrisk 2007-05-16 02:50:51 +00:00
parent 8c87824d61
commit 99c7ba5573
1 changed files with 4 additions and 5 deletions

View File

@ -82,14 +82,13 @@ More generally, the POSIX specification does not say anything
about file modes, so the application should make sure its umask
is set appropriately before calling
.BR mkstemp ().
.SH "CONFORMING TO"
4.3BSD, POSIX.1-2001
.SH NOTE
The prototype is in
.I <unistd.h>
for libc4, libc5, glibc1; glibc2 follows the Single Unix Specification
and has the prototype in
for libc4, libc5, glibc1; glibc2 follows POSIX.1 and has the prototype in
.IR <stdlib.h> .
.SH "CONFORMING TO"
4.3BSD, POSIX.1-2001
.SH "SEE ALSO"
.BR mkdtemp (3),
.BR mktemp (3),