epoll_wait.2: Updated VERSIONS section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-12-03 07:31:50 +01:00
parent b58b6ff793
commit cb22cfb4c2
1 changed files with 9 additions and 7 deletions

View File

@ -20,7 +20,7 @@
.\" .\"
.\" 2007-04-30: mtk, Added description of epoll_pwait() .\" 2007-04-30: mtk, Added description of epoll_pwait()
.\" .\"
.TH EPOLL_WAIT 2 2009-01-17 "Linux" "Linux Programmer's Manual" .TH EPOLL_WAIT 2 2010-12-03 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS
@ -172,16 +172,18 @@ file descriptor, or
.I maxevents .I maxevents
is less than or equal to zero. is less than or equal to zero.
.SH VERSIONS .SH VERSIONS
.BR epoll_wait ()
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.
Library support is provided in glibc starting with version 2.3.2.
.BR epoll_pwait () .BR epoll_pwait ()
was added to Linux in kernel 2.6.19. was added to Linux in kernel 2.6.19.
Library support is provided in glibc starting with version 2.6.
Glibc support for
.BR epoll_pwait ()
is provided starting with version 2.6.
.SH CONFORMING TO .SH CONFORMING TO
.BR epoll_wait () .BR epoll_wait ()
is Linux-specific, and was introduced in kernel 2.5.44. is Linux-specific.
.\" The interface should be finalized by Linux kernel 2.5.66.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR epoll_create (2), .BR epoll_create (2),
.BR epoll_ctl (2), .BR epoll_ctl (2),