From 94be92bfe7f2d8cb34d963b0a3490f7a8c3d2efd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 3 Jun 2017 20:03:54 +0200 Subject: [PATCH] epoll_wait.2: ffix Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index d3b3160a6..c7d8e178e 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -49,7 +49,7 @@ are returned by The .I maxevents argument must be greater than zero. - +.PP The .I timeout argument specifies the number of milliseconds that @@ -80,7 +80,7 @@ to block indefinitely, while specifying a equal to zero cause .BR epoll_wait () to return immediately, even if no events are available. - +.PP The .I struct epoll_event is defined as: @@ -125,7 +125,7 @@ like .BR epoll_pwait () allows an application to safely wait until either a file descriptor becomes ready or until a signal is caught. - +.PP The following .BR epoll_pwait () call: @@ -195,7 +195,7 @@ was added to the kernel in version 2.6. .\" To be precise: kernel 2.5.44. .\" The interface should be finalized by Linux kernel 2.5.66. Library support is provided in glibc starting with version 2.3.2. - +.PP .BR epoll_pwait () was added to Linux in kernel 2.6.19. Library support is provided in glibc starting with version 2.6. @@ -212,7 +212,7 @@ If the new file descriptor becomes ready, it will cause the .BR epoll_wait () call to unblock. - +.PP For a discussion of what may happen if a file descriptor in an .B epoll instance being monitored by