summaryrefslogtreecommitdiffstats
path: root/man3/stdio_ext.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/stdio_ext.3')
-rw-r--r--man3/stdio_ext.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3
index 815135dd1..7cb613f34 100644
--- a/man3/stdio_ext.3
+++ b/man3/stdio_ext.3
@@ -87,7 +87,7 @@ This is the default.
.TP
.B FSETLOCKING_BYCALLER
The caller will take care of the locking (possibly using
-.BR flockfile (3)
+.MR flockfile 3
in case there is more than one thread), and the stdio routines
will not do locking until the state is reset to
.BR FSETLOCKING_INTERNAL .
@@ -107,7 +107,7 @@ The
function discards the contents of the stream's buffer.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -133,5 +133,5 @@ T{
T} Thread safety MT-Safe
.TE
.SH SEE ALSO
-.BR flockfile (3),
-.BR fpurge (3)
+.MR flockfile 3 ,
+.MR fpurge 3