summaryrefslogtreecommitdiffstats
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.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/aio_suspend.2 b/lib/libc/sys/aio_suspend.2
index 01c635c..777429e 100644
--- a/lib/libc/sys/aio_suspend.2
+++ b/lib/libc/sys/aio_suspend.2
@@ -22,14 +22,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: aio_suspend.2,v 1.1 1999/07/01 19:58:11 wes Exp $
.\"
.Dd June 2, 1999
.Dt AIO_SUSPEND 2
.Os
.Sh NAME
.Nm aio_suspend
-.Nd suspend until asynchronus I/O operations or timeout complete (REALTIME)
+.Nd suspend until asynchronous I/O operations or timeout complete (REALTIME)
.Sh SYNOPSIS
.Fd #include <aio.h>
.Ft int
@@ -69,7 +69,7 @@ function will fail if:
.It Bq Er EINVAL
.Ar iocbs
contains more than
-.Dv AIO_LISTIO_MAX aysynchronous I/O requests, or at least one
+.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.
OpenPOWER on IntegriCloud