Deleted Added
full compact
aio_return.2 (108028) aio_return.2 (108087)
1.\" Copyright (c) 1999 Softweyr LLC.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Softweyr LLC.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/sys/aio_return.2 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/aio_return.2 108087 2002-12-19 09:40:28Z ru $
26.\"
27.Dd June 2, 1999
28.Dt AIO_RETURN 2
29.Os
30.Sh NAME
31.Nm aio_return
32.Nd retrieve return status of asynchronous I/O operation (REALTIME)
33.Sh LIBRARY

--- 32 unchanged lines hidden (view full) ---

66.Dv errno
67to indicate the error condition.
68.Sh ERRORS
69The
70.Fn aio_return
71system call will fail if:
72.Bl -tag -width Er
73.It Bq Er EINVAL
26.\"
27.Dd June 2, 1999
28.Dt AIO_RETURN 2
29.Os
30.Sh NAME
31.Nm aio_return
32.Nd retrieve return status of asynchronous I/O operation (REALTIME)
33.Sh LIBRARY

--- 32 unchanged lines hidden (view full) ---

66.Dv errno
67to indicate the error condition.
68.Sh ERRORS
69The
70.Fn aio_return
71system call will fail if:
72.Bl -tag -width Er
73.It Bq Er EINVAL
74The
74.Fa iocb
75.Fa iocb
76argument
75does not reference an outstanding asynchronous I/O request.
76.El
77.Sh SEE ALSO
78.Xr aio_cancel 2 ,
79.Xr aio_error 2 ,
80.Xr aio_suspend 2 ,
81.Xr aio_waitcomplete 2 ,
82.Xr aio_write 2 ,

--- 20 unchanged lines hidden ---
77does not reference an outstanding asynchronous I/O request.
78.El
79.Sh SEE ALSO
80.Xr aio_cancel 2 ,
81.Xr aio_error 2 ,
82.Xr aio_suspend 2 ,
83.Xr aio_waitcomplete 2 ,
84.Xr aio_write 2 ,

--- 20 unchanged lines hidden ---