summaryrefslogtreecommitdiffstats
path: root/man3/mktemp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mktemp.3')
-rw-r--r--man3/mktemp.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/mktemp.3 b/man3/mktemp.3
index 181325b98..530d8e829 100644
--- a/man3/mktemp.3
+++ b/man3/mktemp.3
@@ -27,7 +27,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR mktemp ():
@@ -71,7 +71,7 @@ is set to indicate the error.
The last six characters of \fItemplate\fP were not XXXXXX.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -106,13 +106,13 @@ opening the file, every use of
.BR mktemp ()
is a security risk.
The race is avoided by
-.BR mkstemp (3)
+.MR mkstemp 3
and
-.BR mkdtemp (3).
+.MR mkdtemp 3 .
.SH SEE ALSO
-.BR mktemp (1),
-.BR mkdtemp (3),
-.BR mkstemp (3),
-.BR tempnam (3),
-.BR tmpfile (3),
-.BR tmpnam (3)
+.MR mktemp 1 ,
+.MR mkdtemp 3 ,
+.MR mkstemp 3 ,
+.MR tempnam 3 ,
+.MR tmpfile 3 ,
+.MR tmpnam 3