epoll_ctl.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 02:54:35 +10:00
parent 6cedbd4c9f
commit 808397e39e
1 changed files with 7 additions and 7 deletions

View File

@ -292,13 +292,6 @@ or the requested operation
.I op
is not supported by this interface.
.TP
.B ELOOP
.I fd
refers to an epoll instance and this
.B EPOLL_CTL_ADD
operation would result in a circular loop of epoll instances
monitoring one another.
.TP
.B EINVAL
An invalid event type was specified along with
.B EPOLLEXCLUSIVE
@ -332,6 +325,13 @@ and
.I fd
refers to an epoll instance.
.TP
.B ELOOP
.I fd
refers to an epoll instance and this
.B EPOLL_CTL_ADD
operation would result in a circular loop of epoll instances
monitoring one another.
.TP
.B ENOENT
.I op
was