aboutsummaryrefslogtreecommitdiffstats
path: root/man2/io_cancel.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/io_cancel.2')
-rw-r--r--man2/io_cancel.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/io_cancel.2 b/man2/io_cancel.2
index 63e4901763..57ea86fea6 100644
--- a/man2/io_cancel.2
+++ b/man2/io_cancel.2
@@ -10,11 +10,11 @@ io_cancel \- cancel an outstanding asynchronous I/O operation
.SH SYNOPSIS
.nf
.BR "#include <linux/aio_abi.h>" " /* Defines needed types */"
-
+.PP
.BI "int io_cancel(aio_context_t " ctx_id ", struct iocb *" iocb ,
.BI " struct io_event *" result );
.fi
-
+.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION