summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>1999-09-21 17:30:43 +0000
committerWes Peters <wes@FreeBSD.org>1999-09-21 17:30:43 +0000
commit58ae401b7934d593bbb412bde504e170c47c20d9 (patch)
treea219b848187b2e52695a7fa3a893a0d4dd59f621 /lib/libc
parent6fd36d7d1184fe799f73904fd1f2586d038c0117 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/aio_suspend.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2
index 4b4cc79feb81..39fd2e86875a 100644
--- a/lib/libc/sys/aio_suspend.2
+++ b/lib/libc/sys/aio_suspend.2
@@ -73,8 +73,9 @@ expired before any I/O requests completed.
.It Bq Er EINVAL
.Ar iocbs
contains more than
-.Dv AIO_LISTIO_MAX asynchronous I/O requests, or at least one
-of the requests is not valid.
+.Dv AIO_LISTIO_MAX
+asynchronous I/O requests, or at least one of the requests is not
+valid.
.It Bq Er EINTR
the suspend was interrupted by a signal.
.El