aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 82234aae8d..e38d3d4a18 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -65,14 +65,14 @@ are defined in
just like the
.B TMP_MAX
mentioned below.)
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR tmpnam ()
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"
+.SH CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
POSIX.1-2008 marks
.BR tmpnam ()
@@ -148,7 +148,7 @@ Use
or
.BR tmpfile (3)
instead.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR mkstemp (3),
.BR mktemp (3),
.BR tempnam (3),