aio_fsync.3: Add reference to new sigevent(7) page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-21 06:49:42 +02:00
parent 16ca456457
commit ec856419c1
1 changed files with 9 additions and 4 deletions

View File

@ -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)