doc: improve wording in epoll_close() documentation

This commit is contained in:
Bert Belder 2017-12-03 18:14:28 +01:00
parent 389a2fae80
commit 35b2354413

View File

@ -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