OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man2 / io_setup.2
index 2a541bf..81b9a8b 100644 (file)
@@ -4,7 +4,7 @@
 .\" This file is distributed according to the GNU General Public License.
 .\" %%%LICENSE_END
 .\"
-.TH IO_SETUP 2 2012-07-13 "Linux" "Linux Programmer's Manual"
+.TH IO_SETUP 2 2013-04-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 io_setup \- create an asynchronous I/O context
 .SH SYNOPSIS
@@ -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 of concurrently processing
 at least \fInr_events\fP.
 The
 .I ctx_idp
@@ -37,7 +37,9 @@ 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
+.IR /proc/sys/fs/aio-max-nr .
 .TP
 .B EFAULT
 An invalid pointer is passed for \fIctx_idp\fP.