]> git.ipfire.org Git - thirdparty/man-pages.git/commit
epoll_wait.2: Add documentation of epoll_pwait2()
authorWillem de Bruijn <willemb@google.com>
Tue, 12 Jan 2021 00:48:20 +0000 (19:48 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 12 Jan 2021 07:07:56 +0000 (08:07 +0100)
commitba47eb5e3cf6ee7b1a0b0d25fffefc7041b782e8
tree562aa72bd6de68d0dbd8dcf3136d9e572ab5cc39
parente71d103b2c42f29740a47692acfce1bd3d6be48a
epoll_wait.2: Add documentation of epoll_pwait2()

Expand the epoll_wait() page with epoll_pwait2(), an epoll_wait()
variant that takes a struct timespec to enable nanosecond
resolution timeout.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/epoll_wait.2