epoll_wait.2: Minor change: add explicit reference to epoll(7) at start of DESCRIPTION

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-15 07:04:01 +12:00
parent fde633deb6
commit 284976f891
1 changed files with 2 additions and 2 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 2010-12-03 "Linux" "Linux Programmer's Manual" .TH EPOLL_WAIT 2 2012-04-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
@ -37,7 +37,7 @@ epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
The The
.BR epoll_wait () .BR epoll_wait ()
system call waits for events on the system call waits for events on the
.B epoll .BR epoll (7)
instance referred to by the file descriptor instance referred to by the file descriptor
.IR epfd . .IR epfd .
The memory area pointed to by The memory area pointed to by