From 5f4e9d5acd2bc6dbfa1e5cc9f96830297da6b6aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Apr 2012 07:03:35 +1200 Subject: [PATCH] epoll_create.2: Minor change: add explicit reference to epoll(7) at start of DESCRIPTION Signed-off-by: Michael Kerrisk --- man2/epoll_create.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 2c707848b..e76539fbf 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -22,7 +22,7 @@ .\" Modified 2005-04-04 by Marko Kohtala .\" 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.