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.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/io_setup.2 b/man2/io_setup.2
index 82c957afb8..984fdc4d27 100644
--- a/man2/io_setup.2
+++ b/man2/io_setup.2
@@ -10,10 +10,10 @@ io_setup \- create an asynchronous I/O context
.SH SYNOPSIS
.nf
.BR "#include <linux/aio_abi.h>" " /* Defines needed types */"
-
+.PP
.BI "int io_setup(unsigned " nr_events ", aio_context_t *" ctx_idp );
.fi
-
+.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION