epoll_create.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:03:35 +12:00
parent 78d1cbdec8
commit 5f4e9d5acd
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\" 2008-10-10, mtk: add description of epoll_create1()
.\"
.TH EPOLL_CREATE 2 2010-12-03 "Linux" "Linux Programmer's Manual"
.TH EPOLL_CREATE 2 2012-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll_create, epoll_create1 \- open an epoll file descriptor
.SH SYNOPSIS
@ -34,7 +34,9 @@ epoll_create, epoll_create1 \- open an epoll file descriptor
.fi
.SH DESCRIPTION
.BR epoll_create ()
creates an epoll "instance",
creates an
.BR epoll (7)
"instance",
requesting the kernel to allocate an event backing store dimensioned for
.I size
descriptors.