summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/aio_suspend.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1999-07-01 21:09:57 +0000
committermpp <mpp@FreeBSD.org>1999-07-01 21:09:57 +0000
commit880c56a4e17de6b1a2c623a1ed16876c0cc9f2df (patch)
tree199c023f72cd33c109e9a3e15f715ad979107db2 /lib/libc/sys/aio_suspend.2
parent95eec3c9f44fb6f5bc1b9605d1e2e2d1a1af83d2 (diff)
downloadFreeBSD-src-880c56a4e17de6b1a2c623a1ed16876c0cc9f2df.zip
FreeBSD-src-880c56a4e17de6b1a2c623a1ed16876c0cc9f2df.tar.gz
Fix typos/spelling errors.
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