From 04be4241111a4f45542cc8c81bf8adda4aa92c43 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 24 Nov 2007 09:51:48 +0000 Subject: [PATCH] Minor rewording --- man7/epoll.7 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index 03e1fe4cd..55317239e 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -381,8 +381,9 @@ event for file descriptor 13 in your batch processing, you will discover the file descriptor had been previously removed and there will be no confusion. .SH VERSIONS -.BR epoll (7) -is a new API introduced in Linux kernel 2.5.44. +The +.B epoll +API was introduced in Linux kernel 2.5.44. Its interface should be finalized in Linux kernel 2.5.66. .SH CONFORMING TO The epoll API is Linux specific.