summaryrefslogtreecommitdiffstats
path: root/man3/aio_suspend.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/aio_suspend.3')
-rw-r--r--man3/aio_suspend.317
1 files changed, 7 insertions, 10 deletions
diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3
index f3e9b0924..b532568ad 100644
--- a/man3/aio_suspend.3
+++ b/man3/aio_suspend.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH aio_suspend 3 2023-02-05 "Linux man-pages 6.03"
+.TH aio_suspend 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
aio_suspend \- wait for asynchronous I/O operation or timeout
.SH LIBRARY
@@ -82,29 +82,26 @@ waiting for); see
.B ENOSYS
.BR aio_suspend ()
is not implemented.
-.SH VERSIONS
-The
-.BR aio_suspend ()
-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_suspend ()
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.
.PP
POSIX doesn't specify the parameters to be
.IR restrict ;