aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.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/tmpnam.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
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),