From e19783f5dd7ffb2b734c860fb5d281c9917799f8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 8 May 2012 12:43:14 +1200 Subject: [PATCH] aio_error.3: wfix Signed-off-by: Michael Kerrisk --- man3/aio_error.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/aio_error.3 b/man3/aio_error.3 index 03b61a722..121e7ec31 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -52,7 +52,7 @@ if the request was canceled. .IP * 0, if the request completed successfully. .IP * -A positive error, if the asynchronous I/O operation failed. +A positive error number, if the asynchronous I/O operation failed. This is the same value that would have been stored in the .I errno variable in the case of a synchronous