summaryrefslogtreecommitdiff
path: root/man3/tempnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tempnam.3')
-rw-r--r--man3/tempnam.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/tempnam.3 b/man3/tempnam.3
index 6275e4d7..23a8a9ab 100644
--- a/man3/tempnam.3
+++ b/man3/tempnam.3
@@ -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),