flock.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-03 15:28:30 +02:00
parent 657a14bfa0
commit 3b53a603c4
1 changed files with 4 additions and 1 deletions

View File

@ -210,9 +210,12 @@ Instead, one could use
byte-range locking, which does work over NFS,
given a sufficiently recent version of
Linux and a server which supports locking.
.PP
Since Linux 2.6.12, NFS clients support
.BR flock ()
locks by emulating them as byte-range locks on the entire file.
locks by emulating them as
.BR fcntl (2)
byte-range locks on the entire file.
This means that
.BR fcntl (2)
and