diff --git a/man2/eventfd.2 b/man2/eventfd.2 index e4ee1b679..c50154b89 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -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