From ec856419c1f1a4e4bf2be53765a90411c392d1a7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Sep 2010 06:49:42 +0200 Subject: [PATCH] aio_fsync.3: Add reference to new sigevent(7) page Signed-off-by: Michael Kerrisk --- man3/aio_fsync.3 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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)