doc: improve readability of epoll_wait() return value list

This commit is contained in:
Bert Belder 2017-12-03 23:40:13 +01:00
parent d64a5f282d
commit 3e3d414637

View File

@ -109,7 +109,7 @@ int epoll_wait(HANDLE ephnd,
* Returns
- -1 on failure
- 0 when a timeout occurs
- \>0 the number of evens received
- ≥1 the number of evens received
* TODO: expand
* [man page](http://man7.org/linux/man-pages/man2/epoll_wait.2.html)