]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Jul 2006 11:07:05 +0000 (11:07 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Jul 2006 11:07:05 +0000 (11:07 +0000)
man3/tempnam.3

index f693912ac9cca4b87ee4349e2346f38f079d8d43..3e78132a2386a982a15199dbddc1d6b7fb8850be 100644 (file)
@@ -107,7 +107,7 @@ SVID2 specifies that the directory used under \fBd)\fP is
 (and this is what glibc does).
 .LP
 Because it dynamically allocates memory used to return the pathname,
-.BR tempnam()
+.BR tempnam ()
 is reentrant, and thus thread safe, unlike
 .BR tmpnam (3).
 .LP