fcntl.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-29 10:25:59 +02:00
parent cf118c620f
commit 9584daf7f3
1 changed files with 2 additions and 2 deletions

View File

@ -205,13 +205,13 @@ It is not possible to change the
and
.BR O_SYNC
flags; see BUGS, below.
.SS Advisory locking
.SS Advisory record locking
.BR F_SETLK ,
.BR F_SETLKW ,
and
.BR F_GETLK
are used to acquire, release, and test for the existence of record
locks (also known as file-segment or file-region locks).
locks (also known as byte-range, file-segment, or file-region locks).
The third argument,
.IR lock ,
is a pointer to a structure that has at least the following fields