Christopher Head reported that there is a typo in the epoll_create1 desc. When referring to the epoll_create func, we should say "size", not "flags". Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> CC: Christopher Head <chead@xxxxxxxxx> --- man2/epoll_create.2 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index 9a0aea0..52b8f09 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -62,7 +62,7 @@ and releases the associated resources for re-use. If .I flags is 0, then, other than the fact that the obsolete -.I flags +.I size argument is dropped, .BR epoll_create1 () is the same as -- 1.6.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html