summaryrefslogtreecommitdiffstats
path: root/man3/lockf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/lockf.3')
-rw-r--r--man3/lockf.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/lockf.3 b/man3/lockf.3
index accf8e771..1aaeed97f 100644
--- a/man3/lockf.3
+++ b/man3/lockf.3
@@ -22,7 +22,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 lockf ():
@@ -57,14 +57,14 @@ In all cases, the section may extend past current end-of-file.
On Linux,
.BR lockf ()
is just an interface on top of
-.BR fcntl (2)
+.MR fcntl 2
locking.
Many other systems implement
.BR lockf ()
in this way, but note that POSIX.1 leaves the relationship between
.BR lockf ()
and
-.BR fcntl (2)
+.MR fcntl 2
locks unspecified.
A portable application should probably avoid mixing calls
to these interfaces.
@@ -135,7 +135,7 @@ and this lock operation would cause a deadlock.
.B EINTR
While waiting to acquire a lock, the call was interrupted by
delivery of a signal caught by a handler; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EINVAL
An invalid operation was specified in
@@ -145,7 +145,7 @@ An invalid operation was specified in
Too many segment locks open, lock table is full.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -162,8 +162,8 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, SVr4.
.SH SEE ALSO
-.BR fcntl (2),
-.BR flock (2)
+.MR fcntl 2 ,
+.MR flock 2
.P
.I locks.txt
and