summaryrefslogtreecommitdiffstats
path: root/man3/aio_cancel.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_cancel.3')
-rw-r--r--man3/aio_cancel.317
1 files changed, 7 insertions, 10 deletions
diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3
index c7159b0b0..e8ef7d5a0 100644
--- a/man3/aio_cancel.3
+++ b/man3/aio_cancel.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH aio_cancel 3 2022-12-15 "Linux man-pages 6.03"
+.TH aio_cancel 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
aio_cancel \- cancel an outstanding asynchronous I/O request
.SH LIBRARY
@@ -92,29 +92,26 @@ is not a valid file descriptor.
.B ENOSYS
.BR aio_cancel ()
is not implemented.
-.SH VERSIONS
-The
-.BR aio_cancel ()
-function is available since glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR aio_cancel ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+POSIX.1-2001.
.SH EXAMPLES
See
.BR aio (7).