aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tempnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tempnam.3')
-rw-r--r--man3/tempnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/tempnam.3 b/man3/tempnam.3
index 5deb96254a..323727bc06 100644
--- a/man3/tempnam.3
+++ b/man3/tempnam.3
@@ -118,7 +118,7 @@ SUSv2 does not mention the use of
glibc will use it only
when the program is not set-user-ID.
On SVr4, the directory used under \fBd)\fP is
-.IR /tmp
+.I /tmp
(and this is what glibc does).
.LP
Because it dynamically allocates memory used to return the pathname,
@@ -135,7 +135,7 @@ up to
.IR <stdio.h> )
times.
If it is called more than
-.BR TMP_MAX
+.B TMP_MAX
times,
the behavior is implementation defined.
.LP