eventfd.2: Minor fix: remove repeated mention of epoll

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-28 12:53:13 +01:00
parent 5258c28f5b
commit 531b15bc08
1 changed files with 2 additions and 3 deletions

View File

@ -198,10 +198,9 @@ value (i.e., 0xffffffffffffffff).
.IP
The eventfd file descriptor also supports the other file-descriptor
multiplexing APIs:
.BR pselect (2),
.BR ppoll (2),
.BR pselect (2)
and
.BR epoll (7).
.BR ppoll (2).
.TP
.BR close (2)
When the file descriptor is no longer required it should be closed.