From 808397e39e74426b2b6a32c36e85c518def5db30 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 02:54:35 +1000 Subject: [PATCH] epoll_ctl.2: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man2/epoll_ctl.2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 42a676bb4..3203ba536 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -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