]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mkstemp.3
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man3 / mkstemp.3
index b87f8a78036f96ac3555f3cfe6b1ccc17af4ca50..cfc1801f1360bfb7ee2fb5f8f72929bfce293053 100644 (file)
@@ -47,7 +47,7 @@ Since it will be modified,
 .I template
 must not be a string constant, but should be declared as a character array.
 The file is opened with the O_EXCL flag, guaranteeing that when
-.B mkstemp
+.BR mkstemp ()
 returns successfully we are the only user.
 .SH "RETURN VALUE"
 On success, the \fBmkstemp()\fP function returns the file descriptor
@@ -72,7 +72,7 @@ and somebody might overlook this detail when porting programs.
 More generally, the POSIX specification does not say anything
 about file modes, so the application should make sure its umask
 is set appropriately before calling
-.BR mkstemp .
+.BR mkstemp ().
 .SH "CONFORMING TO"
 4.3BSD, POSIX 1003.1-2001
 .SH NOTE