diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 16:21:19 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 16:21:19 +0000 |
| commit | 8c4f34f89be773d8a4e4a8e84fac761fe1598d30 (patch) | |
| tree | 72d8cafbfd7a6e9d7f0f15359849b6b6d24b9315 /man3/tmpnam.3 | |
| parent | 22399250c3eea4e2fbbadf0c045413a2f10652f7 (diff) | |
| download | man-pages-8c4f34f89be773d8a4e4a8e84fac761fe1598d30.tar.gz | |
ffix
Diffstat (limited to 'man3/tmpnam.3')
| -rw-r--r-- | man3/tmpnam.3 | 7 |
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 () |
