OSDN Git Service

(split) LDP: Update original to LDP v3.41.
[linuxjm/LDP_man-pages.git] / original / man3 / aio_error.3
index 03b61a7..4550850 100644 (file)
@@ -20,7 +20,7 @@
 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
 .\" USA.
 .\"
-.TH AIO_ERROR 3 2010-10-03  "" "Linux Programmer's Manual"
+.TH AIO_ERROR 3 2012-05-08  "" "Linux Programmer's Manual"
 .SH NAME
 aio_error \- get error status of asynchronous I/O operation
 .SH SYNOPSIS
@@ -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
@@ -70,6 +70,10 @@ does not point at a control block for an asynchronous I/O request
 of which the return status (see
 .BR aio_return (3))
 has not been retrieved yet.
+.TP
+.B ENOSYS
+.BR aio_error ()
+is not implemented.
 .SH VERSIONS
 The
 .BR aio_error ()