Deleted Added
full compact
aio_cancel.2 (108028) aio_cancel.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_cancel.2 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/aio_cancel.2 108087 2002-12-19 09:40:28Z ru $
26.\"
27.Dd January 19, 2000
28.Dt AIO_CANCEL 2
29.Os
30.Sh NAME
31.Nm aio_cancel
32.Nd cancel an outstanding asynchronous I/O operation (REALTIME)
33.Sh LIBRARY

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

73All of the requests meeting the criteria have finished.
74.El
75.Sh ERRORS
76An error return from
77.Fn aio_cancel
78indicates:
79.Bl -tag -width Er
80.It Bq Er EBADF
26.\"
27.Dd January 19, 2000
28.Dt AIO_CANCEL 2
29.Os
30.Sh NAME
31.Nm aio_cancel
32.Nd cancel an outstanding asynchronous I/O operation (REALTIME)
33.Sh LIBRARY

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

73All of the requests meeting the criteria have finished.
74.El
75.Sh ERRORS
76An error return from
77.Fn aio_cancel
78indicates:
79.Bl -tag -width Er
80.It Bq Er EBADF
81The
81.Fa fildes
82.Fa fildes
83argument
82is an invalid file descriptor.
83.El
84.Sh SEE ALSO
85.Xr aio_error 2 ,
86.Xr aio_read 2 ,
87.Xr aio_return 2 ,
88.Xr aio_suspend 2 ,
89.Xr aio_write 2 ,

--- 26 unchanged lines hidden ---
84is an invalid file descriptor.
85.El
86.Sh SEE ALSO
87.Xr aio_error 2 ,
88.Xr aio_read 2 ,
89.Xr aio_return 2 ,
90.Xr aio_suspend 2 ,
91.Xr aio_write 2 ,

--- 26 unchanged lines hidden ---