]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
epoll_ctl.2: Document ELOOP error for circular monitoring loops
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 10 Mar 2016 20:01:17 +0000 (21:01 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 10 Mar 2016 23:42:31 +0000 (00:42 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/epoll_ctl.2

index dace16c07df6c90750c1cd247241a091919762b0..476b36770bef2625c4416b8c7688bbf34eed9beb 100644 (file)
@@ -224,6 +224,13 @@ 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 ENOENT
 .I op
 was