diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index cd9afc9d3..ec239bbe0 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -20,7 +20,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH AIO_FSYNC 3 2003-11-14 "" "Linux Programmer's Manual" +.TH AIO_FSYNC 3 2010-09-19 "" "Linux Programmer's Manual" .SH NAME aio_fsync \- asynchronous file synchronization .SH SYNOPSIS @@ -58,8 +58,12 @@ the only field in the structure pointed to by .I aiocbp that is used by this call is the .I aio_sigevent -field (a \fIstruct sigevent\fP) that indicates the desired type of -asynchronous notification at completion. +field (a +.I sigevent +structure, described in +.BR sigevent (7)), +which indicates the desired type of asynchronous notification at completion. +.\" FIXME more sigevent details are probably needed here. All other fields are ignored. .SH "RETURN VALUE" On success (the sync request was successfully queued) @@ -91,4 +95,5 @@ POSIX.1-2001. .BR aio_read (3), .BR aio_return (3), .BR aio_suspend (3), -.BR aio_write (3) +.BR aio_write (3), +.BR sigevent (7)