aboutsummaryrefslogtreecommitdiffstats
path: root/man2/io_submit.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_submit.2')
-rw-r--r--man2/io_submit.25
1 files changed, 4 insertions, 1 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index 0449f36638..75a5a5c782 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.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_SUBMIT 2 2012-05-08 "Linux" "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.SH NAME
io_submit \- submit asynchronous I/O blocks for processing
.SH "SYNOPSIS"
@@ -12,6 +12,9 @@ io_submit \- submit asynchronous I/O blocks for processing
.BI "int io_submit(aio_context_t " ctx_id ", long " nr \
", struct iocb **" iocbpp );
.fi
+
+.IR Note :
+There is no glibc wrapper for this system call; see NOTES.
.SH "DESCRIPTION"
.PP
The