summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-24 10:48:02 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-24 10:48:02 +0000
commit61394742b5b3d5a504a654a093db09db16e00fbc (patch)
treeda05c8b2564277d9285dde913e5001d31e0ad211 /lib
parent3b66620c2d519de42e3d7ea2edab37b6221ec4b8 (diff)
downloadFreeBSD-src-61394742b5b3d5a504a654a093db09db16e00fbc.zip
FreeBSD-src-61394742b5b3d5a504a654a093db09db16e00fbc.tar.gz
Remove the only hard sentence break in the file.
Diffstat (limited to 'lib')
-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 e16d386..320e36f 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 .
OpenPOWER on IntegriCloud