summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-11-24 10:48:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-11-24 10:48:02 +0000
commitb97552bf544e076721bdd0e66fde6bfa0d2c704d (patch)
tree514a1d6e5e1497e333a6c7151cbda95efa8bd434 /lib/libc
parent0d59faf64a58bb6aa28292aa7cae35d19d390ac2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/aio_cancel.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2
index e16d386d5129..320e36f4c87c 100644
--- a/lib/libc/sys/aio_cancel.2
+++ b/lib/libc/sys/aio_cancel.2
@@ -46,13 +46,14 @@ If
.Fa iocb
is specified, only that specific asynchronous I/O request is cancelled.
.Pp
-Normal asynchronous notification occurs for cancelled requests. Requests
-complete with an error result of
+Normal asynchronous notification occurs for cancelled requests.
+Requests complete with an error result of
.Er ECANCELED .
.Sh RESTRICTIONS
The
.Fn aio_cancel
-function does not cancel asynchronous I/O requests for raw disk devices. The
+function does not cancel asynchronous I/O requests for raw disk devices.
+The
.Fn aio_cancel
function will always return
.Dv AIO_NOTCANCELED
@@ -97,7 +98,7 @@ The
.Fn aio_cancel
function first appeared in
.Fx 3.0 .
-The first functional implemenation of
+The first functional implementation of
.Fn aio_cancel
appeared in
.Fx 4.0 .