summaryrefslogtreecommitdiffstats
path: root/man5/proc_locks.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_locks.5')
-rw-r--r--man5/proc_locks.518
1 files changed, 9 insertions, 9 deletions
diff --git a/man5/proc_locks.5 b/man5/proc_locks.5
index 63ea8c766..e28e9a38b 100644
--- a/man5/proc_locks.5
+++ b/man5/proc_locks.5
@@ -12,12 +12,12 @@
.I /proc/locks
This file shows current file locks
(\c
-.BR flock (2)
+.MR flock 2
and
-.BR fcntl (2))
+.MR fcntl 2 )
and leases
(\c
-.BR fcntl (2)).
+.MR fcntl 2 ).
.IP
An example of the content shown in this file is the following:
.IP
@@ -45,15 +45,15 @@ Values that may appear here include:
.TP
.B FLOCK
This is a BSD file lock created using
-.BR flock (2).
+.MR flock 2 .
.TP
.B OFDLCK
This is an open file description (OFD) lock created using
-.BR fcntl (2).
+.MR fcntl 2 .
.TP
.B POSIX
This is a POSIX byte-range lock created using
-.BR fcntl (2).
+.MR fcntl 2 .
.RE
.IP [3]
Among the strings that can appear here are the following:
@@ -108,7 +108,7 @@ the list of locks shown in
.I /proc/locks
is filtered to show just the locks for the processes in the PID
namespace (see
-.BR pid_namespaces (7))
+.MR pid_namespaces 7 )
for which the
.I /proc
filesystem was mounted.
@@ -116,7 +116,7 @@ filesystem was mounted.
there is no filtering of the records shown in this file.)
.IP
The
-.BR lslocks (8)
+.MR lslocks 8
command provides a bit more information about each lock.
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5