Deleted Added
full compact
aio_error.2 (108028) aio_error.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_error.2 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/aio_error.2 108087 2002-12-19 09:40:28Z ru $
26.\"
27.Dd June 2, 1999
28.Dt AIO_ERROR 2
29.Os
30.Sh NAME
31.Nm aio_error
32.Nd retrieve error status of asynchronous I/O operation (REALTIME)
33.Sh LIBRARY

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

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

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

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

--- 20 unchanged lines hidden ---
73does not reference an outstanding asynchronous I/O request.
74.El
75.Sh SEE ALSO
76.Xr aio_cancel 2 ,
77.Xr aio_read 2 ,
78.Xr aio_return 2 ,
79.Xr aio_suspend 2 ,
80.Xr aio_write 2 ,

--- 20 unchanged lines hidden ---