fcntl.2: Minor fix: reorder constants to match order of accompanying text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-20 08:32:14 +01:00
parent b73bf0aed0
commit dc45cae328
1 changed files with 4 additions and 1 deletions

View File

@ -191,7 +191,10 @@ and
.BR O_SYNC
flags; see BUGS, below.
.SS Advisory locking
.BR F_GETLK ", " F_SETLK ", and " F_SETLKW
.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).
The third argument,