From 35b2354413e74a85e564fcb5a47d63fe3536d744 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 3 Dec 2017 18:14:28 +0100 Subject: [PATCH] doc: improve wording in epoll_close() documentation --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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