summaryrefslogtreecommitdiffstats
path: root/man3/flockfile.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/flockfile.3')
-rw-r--r--man3/flockfile.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/flockfile.3 b/man3/flockfile.3
index 86b0f7ac5..e7ebe4137 100644
--- a/man3/flockfile.3
+++ b/man3/flockfile.3
@@ -20,7 +20,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
All functions shown above:
@@ -44,9 +44,9 @@ requested I/O, and unlock the object again.
.P
(Note: this locking has nothing to do with the file locking done
by functions like
-.BR flock (2)
+.MR flock 2
and
-.BR lockf (3).)
+.MR lockf 3 .)
.P
All this is invisible to the C-programmer, but there may be two
reasons to wish for more detailed control.
@@ -65,13 +65,13 @@ other threads from coming in between.
If the reason for doing
this was to achieve greater efficiency, one does the I/O with
the nonlocking versions of the stdio functions: with
-.BR getc_unlocked (3)
+.MR getc_unlocked 3
and
-.BR putc_unlocked (3)
+.MR putc_unlocked 3
instead of
-.BR getc (3)
+.MR getc 3
and
-.BR putc (3).
+.MR putc 3 .
.P
The
.BR flockfile ()
@@ -107,7 +107,7 @@ function returns zero for success
None.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -130,4 +130,4 @@ These functions are available when
.B _POSIX_THREAD_SAFE_FUNCTIONS
is defined.
.SH SEE ALSO
-.BR unlocked_stdio (3)
+.MR unlocked_stdio 3