summaryrefslogtreecommitdiff
path: root/lib/libc/sys/aio_suspend.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/aio_suspend.2')
-rw-r--r--lib/libc/sys/aio_suspend.210
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2
index f03d6eb4248e..7c88bf849ab3 100644
--- a/lib/libc/sys/aio_suspend.2
+++ b/lib/libc/sys/aio_suspend.2
@@ -39,7 +39,7 @@
.Sh DESCRIPTION
The
.Fn aio_suspend
-function suspends the calling process until at least one of the
+system call suspends the calling process until at least one of the
specified asynchronous I/O requests have completed, a signal is
delivered, or the
.Fa timeout
@@ -70,7 +70,7 @@ to indicate the error, as enumerated below.
.Sh ERRORS
The
.Fn aio_suspend
-function will fail if:
+system call will fail if:
.Bl -tag -width Er
.It Bq Er EAGAIN
the
@@ -93,14 +93,16 @@ the suspend was interrupted by a signal.
.Xr aio_write 2 ,
.Xr aio 4
.Sh STANDARDS
+The
.Fn aio_suspend
+system call
is expected to conform to the
.St -p1003.2
standard.
.Sh HISTORY
The
-.Nm
-function first appeared in
+.Fn aio_suspend
+system call first appeared in
.Fx 3.0 .
.Sh AUTHORS
This