From 24ad90c3b4cd81c866244f5b8bacffcd38bb51d8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 6 May 2008 23:14:31 +0000 Subject: [PATCH] Added FIXME. --- man2/epoll_create.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 2451dba96..12db0f2a3 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -39,6 +39,7 @@ The .I size is not the maximum size of the backing store but just a hint to the kernel about how to dimension internal structures. +.\" FIXME Since 2.6.8, the size argument is unused. The returned file descriptor will be used for all the subsequent calls to the .B epoll interface.