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.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index 6aae4efff4..e17f7ffa5e 100644
--- a/man2/io_submit.2
+++ b/man2/io_submit.2
@@ -10,11 +10,11 @@ io_submit \- submit asynchronous I/O blocks for processing
.SH SYNOPSIS
.nf
.BR "#include <linux/aio_abi.h>" " /* Defines needed types */"
-
+.PP
.BI "int io_submit(aio_context_t " ctx_id ", long " nr \
", struct iocb **" iocbpp );
.fi
-
+.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION