Hi! > > > Signed-off-by: Jeff Moyer <jmoyer@xxxxxxxxxx> > > > --- > > > man2/io_setup.2 | 5 +++-- > > > 1 files changed, 3 insertions(+), 2 deletions(-) > > > > > > diff --git a/man2/io_setup.2 b/man2/io_setup.2 > > > index 2a541bf..8527b80 100644 > > > --- a/man2/io_setup.2 > > > +++ b/man2/io_setup.2 > > > @@ -21,7 +21,7 @@ There is no glibc wrapper for this system call; see NOTES. > > > The > > > .BR io_setup () > > > system call > > > -creates an asynchronous I/O context capable of receiving > > > +creates an asynchronous I/O context capable of concurrently processing > > > at least \fInr_events\fP. > > > The > > > .I ctx_idp > > > @@ -37,7 +37,8 @@ For the failure return, see NOTES. > > > .SH ERRORS > > > .TP > > > .B EAGAIN > > > -The specified \fInr_events\fP exceeds the user's limit of available events. > > > +The specified \fInr_events\fP exceeds the user's limit of available events, > > > +as defined in /proc/sys/fs/aio-max-nr. > > > .TP > > > .B EFAULT > > > An invalid pointer is passed for \fIctx_idp\fP. > > I've pulled the man pages git and started to work on the aio manpages > and noticed that there is (for some strange reason) double 'of' added by > this patch, see trivial patch to fix that bellow. > > diff --git a/man2/io_setup.2 b/man2/io_setup.2 > index 81b9a8b..549495a 100644 > --- a/man2/io_setup.2 > +++ b/man2/io_setup.2 > @@ -21,7 +21,7 @@ There is no glibc wrapper for this system call; see NOTES. > The > .BR io_setup () > system call > -creates an asynchronous I/O context capable of of concurrently processing > +creates an asynchronous I/O context capable of concurrently processing > at least \fInr_events\fP. > The > .I ctx_idp Ping. -- Cyril Hrubis chrubis@xxxxxxx -- 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