epoll_create.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-19 09:26:10 +01:00
parent 23a169f749
commit cce4f97420
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ creates a new
instance.
Since Linux 2.6.8, the
.I size
argument is ignored, but must be greater than zero; see NOTES below.
argument is ignored, but must be greater than zero; see NOTES.
.PP
.BR epoll_create ()
returns a file descriptor referring to the new epoll instance.