summaryrefslogtreecommitdiff
path: root/man/io_destroy.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_destroy.1')
-rw-r--r--man/io_destroy.117
1 files changed, 0 insertions, 17 deletions
diff --git a/man/io_destroy.1 b/man/io_destroy.1
deleted file mode 100644
index 177683b..0000000
--- a/man/io_destroy.1
+++ /dev/null
@@ -1,17 +0,0 @@
-.\"/* sys_io_destroy:
-.\" * Destroy the aio_context specified. May cancel any outstanding
-.\" * AIOs and block on completion. Will fail with -ENOSYS if not
-.\" * implemented. May fail with -EFAULT if the context pointed to
-.\" * is invalid.
-.\" */
-.\" libaio provides this as io_queue_release.
-.TH io_destroy 2 2002-09-03 "Linux 2.4" "Linux AIO"
-.SH NAME
-io_destroy \- destroy an io context
-.SH SYNOPSIS
-.B #include <errno.h>
-.br
-.B #include <libaio.h>
-.LP
-.BI "int io_destroy(io_context_t " ctx ");"
-