epoll_wait.2: Introduce the notion of an epoll instance into text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-16 07:40:16 +13:00
parent 700e0efd68
commit 8483a88c94
1 changed files with 4 additions and 4 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 2008-04-23 "Linux" "Linux Programmer's Manual" .TH EPOLL_WAIT 2 2009-01-17 "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
@ -38,9 +38,9 @@ The
.BR epoll_wait () .BR epoll_wait ()
system call waits for events on the system call waits for events on the
.B epoll .B epoll
file descriptor instance referred to by the file descriptor
.I epfd .IR epfd .
for a maximum time of The call waits for a maximum time of
.I timeout .I timeout
milliseconds. milliseconds.
The memory area pointed to by The memory area pointed to by