From b58b6ff7932134346229123c252126e482379aef Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 3 Dec 2010 07:29:45 +0100 Subject: [PATCH] epoll_ctl.2: Added VERSIONS section Signed-off-by: Michael Kerrisk --- man2/epoll_ctl.2 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index e62e652ed..9c2b621aa 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -18,7 +18,7 @@ .\" .\" Davide Libenzi .\" -.TH EPOLL_CTL 2 2010-08-29 "Linux" "Linux Programmer's Manual" +.TH EPOLL_CTL 2 2010-12-03 "Linux" "Linux Programmer's Manual" .SH NAME epoll_ctl \- control interface for an epoll descriptor .SH SYNOPSIS @@ -221,10 +221,15 @@ The target file .I fd does not support .BR epoll . +.SH VERSIONS +.BR epoll_ctl () +was added to the kernel in version 2.6. +.\" To be precise: kernel 2.5.44. +.\" The interface should be finalized by Linux kernel 2.5.66. .SH CONFORMING TO .BR epoll_ctl () -is Linux-specific, and was introduced in kernel 2.5.44. -.\" The interface should be finalized by Linux kernel 2.5.66. +is Linux-specific. +Library support is provided in glibc starting with version 2.3.2. .SH NOTES The .B epoll