diff --git a/doc/README.md b/doc/README.md index 26f7fba..a1665fa 100644 --- a/doc/README.md +++ b/doc/README.md @@ -73,8 +73,8 @@ int epoll_close(HANDLE ephnd); ``` * Close an epoll port. -* do not attempt to close the epoll port with Windows' `close`, - `CloseHandle` or `closesocket` functions. +* Do not attempt to close the epoll port with `close()`, + `CloseHandle()` or `closesocket()`. ### epoll_ctl