diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-02 15:16:38 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-10-03 17:12:29 +0200 |
| commit | 25fa6c3dcf264707638f3ecd1581bd5b8243aae9 (patch) | |
| tree | aa4989b2e71bf372bd92d15f4f93d11ee5ba0236 /man3/aio_error.3 | |
| parent | 4076f2893ac3751bbd8002f8a52e60ab4373cbcf (diff) | |
| download | man-pages-25fa6c3dcf264707638f3ecd1581bd5b8243aae9.tar.gz | |
aio_cancel.3, aio_error.3, aio_fsync.3, aio_read.3, aio_return.3, aio_suspend.3, aio_write.3: SEE ALSO: Add reference to new aio(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/aio_error.3')
| -rw-r--r-- | man3/aio_error.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/aio_error.3 b/man3/aio_error.3 index bf2d58153f..cd2468ba87 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_ERROR 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_ERROR 3 2010-10-02 "" "Linux Programmer's Manual" .SH NAME aio_error \- get error status of asynchronous I/O operation .SH SYNOPSIS @@ -75,4 +75,5 @@ POSIX.1-2001, POSIX.1-2008. .BR aio_read (3), .BR aio_return (3), .BR aio_suspend (3), -.BR aio_write (3) +.BR aio_write (3), +.BR aio (7) |
