fcntl.2: Minor fixes to introductory par on OFD locks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-30 12:04:57 +02:00
parent 38702b6ccc
commit bfb147160f
1 changed files with 3 additions and 5 deletions

View File

@ -420,11 +420,9 @@ and
.BR write (2)
instead.
.SS Open file description locks (non-POSIX)
.BR F_OFD_GETLK ", " F_OFD_SETLK " and " F_OFD_SETLKW
are used to acquire, release, and test open file description record locks.
These are advisory byte-range locks whose operation is in most respects
identical to the traditional record locks described above.
Open file description locks are Linux-specific,
Open file description locks are advisory byte-range locks whose operation is
in most respects identical to the traditional record locks described above.
This lock type is Linux-specific,
and available since Linux 3.15.
The principal difference between the two lock types