aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsys')
-rw-r--r--lib/libsys/aio_read.26
-rw-r--r--lib/libsys/aio_waitcomplete.26
-rw-r--r--lib/libsys/aio_write.26
3 files changed, 11 insertions, 7 deletions
diff --git a/lib/libsys/aio_read.2 b/lib/libsys/aio_read.2
index 3a9601754c06..45779fff94c4 100644
--- a/lib/libsys/aio_read.2
+++ b/lib/libsys/aio_read.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 1, 2024
+.Dd March 27, 2025
.Dt AIO_READ 2
.Os
.Sh NAME
@@ -263,7 +263,9 @@ The
.Fn aio_read2
and
.Fn aio_readv
-system calls are FreeBSD extensions,
+system calls are
+.Fx
+extensions,
and should not be used in portable code.
.Sh HISTORY
The
diff --git a/lib/libsys/aio_waitcomplete.2 b/lib/libsys/aio_waitcomplete.2
index 1f20eca942ab..e7f993e0b796 100644
--- a/lib/libsys/aio_waitcomplete.2
+++ b/lib/libsys/aio_waitcomplete.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 21, 2016
+.Dd March 27, 2025
.Dt AIO_WAITCOMPLETE 2
.Os
.Sh NAME
@@ -91,8 +91,6 @@ The
.Fn aio_waitcomplete
system call fails if:
.Bl -tag -width Er
-.It Bq Er EINVAL
-The specified time limit is invalid.
.It Bq Er EAGAIN
The process has not yet called
.Fn aio_read
@@ -101,6 +99,8 @@ or
.It Bq Er EINTR
A signal was delivered before the timeout expired and before any
asynchronous I/O requests completed.
+.It Bq Er EINVAL
+The specified time limit is invalid.
.It Bq Er EWOULDBLOCK
.It Bq Er EINPROGRESS
The specified time limit expired before any asynchronous I/O requests
diff --git a/lib/libsys/aio_write.2 b/lib/libsys/aio_write.2
index f59406b8ab36..107e347ac335 100644
--- a/lib/libsys/aio_write.2
+++ b/lib/libsys/aio_write.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 1, 2024
+.Dd March 27, 2025
.Dt AIO_WRITE 2
.Os
.Sh NAME
@@ -265,7 +265,9 @@ The
.Fn aio_write2
and
.Fn aio_writev
-system calls are FreeBSD extensions,
+system calls are
+.Fx
+extensions,
and should not be used in portable code.
.Sh HISTORY
The