]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/tempnam.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / tempnam.3
index 6275e4d7c5092fc96ab36c822bf412b8b843d3cd..23a8a9abe0c8e3122df5b8525ca045936d65ae69 100644 (file)
@@ -82,7 +82,7 @@ is allocated using
 .BR malloc (3)
 and hence should be freed by
 .BR free (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR tempnam ()
 function returns a pointer to a unique temporary
@@ -91,7 +91,7 @@ filename, or NULL if a unique name cannot be generated.
 .TP
 .B ENOMEM
 Allocation of storage failed.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 POSIX.1-2008 marks
 .BR tempnam ()
@@ -161,7 +161,7 @@ Use
 or
 .BR tmpfile (3)
 instead.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mkstemp (3),
 .BR mktemp (3),
 .BR tmpfile (3),