aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 46e0234207..0ac7af75f7 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -70,6 +70,8 @@ function returns a pointer to a unique temporary
filename, or NULL if a unique name cannot be generated.
.SH ERRORS
No errors are defined.
+.SH "CONFORMING TO"
+SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
.SH NOTES
The
.BR tmpnam ()
@@ -128,8 +130,6 @@ Use
or
.BR tmpfile (3)
instead.
-.SH "CONFORMING TO"
-SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR mkstemp (3),
.BR mktemp (3),