From 1804f37dea9755ab7edf7e4cd5728e960ea57fe1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 29 Mar 2017 06:48:31 +0200 Subject: [PATCH] poll.2: ffix Signed-off-by: Michael Kerrisk --- man2/poll.2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/man2/poll.2 b/man2/poll.2 index 35dc56c11..157c2b28b 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -157,7 +157,6 @@ The bits that may be set/returned in and .I revents are defined in \fI\fP: -.RS .TP .B POLLIN There is data to read. @@ -206,13 +205,11 @@ not open (only returned in .IR revents ; ignored in .IR events ). -.RE .PP When compiling with .B _XOPEN_SOURCE defined, one also has the following, which convey no further information beyond the bits listed above: -.RS .TP .B POLLRDNORM Equivalent to @@ -228,7 +225,6 @@ Equivalent to .TP .B POLLWRBAND Priority data may be written. -.RE .PP Linux also knows about, but does not use .BR POLLMSG .