diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 12db0f2a3..efafd706b 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -39,7 +39,6 @@ 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. @@ -71,6 +70,10 @@ There was insufficient memory to create the kernel object. .BR epoll_create () is Linux-specific, and was introduced in kernel 2.5.44. .\" The interface should be finalized by Linux kernel 2.5.66. +.SH NOTES +Since Linux 2.6.8, the +.I size +argument is unused. .SH "SEE ALSO" .BR close (2), .BR epoll_ctl (2),