diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 17:48:59 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 17:48:59 +0000 |
| commit | db4e96b771dcaefb5271776ecb6d78dd8332dc42 (patch) | |
| tree | 64842f7c9fa0b2e0a46b7e6f528e63861e51d823 /man3/tmpnam.3 | |
| parent | c3dfd2c880a868deec5b7446ce0469d99d9b7515 (diff) | |
| download | man-pages-db4e96b771dcaefb5271776ecb6d78dd8332dc42.tar.gz | |
ffix
Diffstat (limited to 'man3/tmpnam.3')
| -rw-r--r-- | man3/tmpnam.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/tmpnam.3 b/man3/tmpnam.3 index 340527ca3a..3ddca97b78 100644 --- a/man3/tmpnam.3 +++ b/man3/tmpnam.3 @@ -121,7 +121,11 @@ tmpnam_r(char *s) apparently as a warning not to use NULL. A few systems implement it. To get a glibc prototype for this function, -define _SVID_SOURCE or _BSD_SOURCE before including +define +.B _SVID_SOURCE +or +.B _BSD_SOURCE +before including .IR "<stdio.h>" . .SH BUGS Never use this function. |
