From b97552bf544e076721bdd0e66fde6bfa0d2c704d Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 24 Nov 2000 10:48:02 +0000 Subject: [PATCH] Remove the only hard sentence break in the file. --- lib/libc/sys/aio_cancel.2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/aio_cancel.2 b/lib/libc/sys/aio_cancel.2 index e16d386d512..320e36f4c87 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 .