aboutsummaryrefslogtreecommitdiffstats
path: root/man2/io_setup.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_setup.2')
-rw-r--r--man2/io_setup.25
1 files changed, 4 insertions, 1 deletions
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index c8e16eade2..7113b8f38f 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -2,7 +2,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" See the file COPYING in the top level source directory for details.
.\"
-.TH IO_SETUP 2 2012-05-08 "Linux" "Linux Programmer's Manual"
+.TH IO_SETUP 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.SH NAME
io_setup \- create an asynchronous I/O context
.SH "SYNOPSIS"
@@ -11,6 +11,9 @@ io_setup \- create an asynchronous I/O context
.BI "int io_setup(unsigned " nr_events ", aio_context_t *" ctx_idp );
.fi
+
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH "DESCRIPTION"
.PP
The