sigevent.7: SEE ALSO: Add aio_read(3), aio_write(3), and lio_listio(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-04 06:20:22 +02:00
parent 6888422f4d
commit a9ba82d5b2
1 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SIGEVENT 7 2010-09-27 "GNU" "Linux Programmer's Manual"
.TH SIGEVENT 7 2010-20-04 "GNU" "Linux Programmer's Manual"
.SH NAME
struct sigevent \- structure for notification from asynchronous routines
.SH SYNOPSIS
@ -130,7 +130,9 @@ POSIX.1-2001.
.SH "SEE ALSO"
.BR timer_create (2),
.BR aio_fsync (3),
.\" .BR lio_listio (3),
.BR aio_read (3),
.BR aio_write (3),
.BR lio_listio (3),
.BR getaddrinfo_a (3),
.BR mq_notify (3),
.BR aio (7),