In http://man7.org/linux/man-pages/man2/epoll_pwait.2.html#NOTES , through out this section `epoll_wait()` is used. but only once `epoll_pwait()` is used, I think it's a typo mistake. Current: While one thread is blocked in a call to epoll_pwait() Expected Change: While one thread is blocked in a call to epoll_wait() -- Thank you