eventfd.2: Put flags list in alphabetical order

Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
This commit is contained in:
Michael Kerrisk 2010-08-30 06:39:47 +02:00
parent c4c8b1da75
commit 4eb6d333a8
1 changed files with 8 additions and 8 deletions

View File

@ -40,14 +40,6 @@ Starting with Linux 2.6.27, the following values may be bitwise ORed in
.IR flags
to change the behaviour of
.BR eventfd ():
.TP 14
.B EFD_NONBLOCK
Set the
.BR O_NONBLOCK
file status flag on the new open file description.
Using this flag saves extra calls to
.BR fcntl (2)
to achieve the same result.
.TP
.B EFD_CLOEXEC
Set the close-on-exec
@ -58,6 +50,14 @@ See the description of the
flag in
.BR open (2)
for reasons why this may be useful.
.TP
.B EFD_NONBLOCK
Set the
.BR O_NONBLOCK
file status flag on the new open file description.
Using this flag saves extra calls to
.BR fcntl (2)
to achieve the same result.
.PP
In Linux up to version 2.6.26, the
.I flags