summaryrefslogtreecommitdiff
path: root/man3/mkstemp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/mkstemp.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/mkstemp.3')
-rw-r--r--man3/mkstemp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mkstemp.3 b/man3/mkstemp.3
index 87b4a67c..92a854f1 100644
--- a/man3/mkstemp.3
+++ b/man3/mkstemp.3
@@ -73,6 +73,8 @@ Now the contents of \fItemplate\fP are undefined.
.B EINVAL
The last six characters of \fItemplate\fP were not XXXXXX.
Now \fItemplate\fP is unchanged.
+.SH "CONFORMING TO"
+4.3BSD, POSIX.1-2001
.SH NOTES
The old behaviour (creating a file with mode 0666) may be
a security risk, especially since other Unix flavours use 0600,
@@ -87,8 +89,6 @@ The prototype is in
.I <unistd.h>
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),