aboutsummaryrefslogtreecommitdiffstats
path: root/man3/tmpnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tmpnam.3')
-rw-r--r--man3/tmpnam.37
1 files changed, 5 insertions, 2 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3
index 83ea418dfa..caa8f0d9a4 100644
--- a/man3/tmpnam.3
+++ b/man3/tmpnam.3
@@ -107,8 +107,11 @@ or
.LP
Portable applications that use threads cannot call
.BR tmpnam ()
-with NULL parameter if either _POSIX_THREADS or
-_POSIX_THREAD_SAFE_FUNCTIONS is defined.
+with NULL parameter if either
+.B _POSIX_THREADS
+or
+.B _POSIX_THREAD_SAFE_FUNCTIONS
+is defined.
.LP
A POSIX draft proposed to use a function
.BR tmpnam_r ()