From ead0a6e593b365f1f34d9935ccb5d1ce5c0024f5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 2 Oct 2010 15:22:11 +0200 Subject: [PATCH] aio_cancel.3: wfix Signed-off-by: Michael Kerrisk --- man3/aio_cancel.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index b7496f121..0d454ba2c 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -71,8 +71,8 @@ In this case one may check the status of individual requests using .BR aio_error (3). This function returns .B AIO_ALLDONE -when all requests had -been completed already before this call. +if all requests had +already been completed before this call. When some error occurs, \-1 is returned, and .I errno is set appropriately.