From a9ba82d5b2862866ec8900cf6833ee47cb408604 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 Oct 2010 06:20:22 +0200 Subject: [PATCH] sigevent.7: SEE ALSO: Add aio_read(3), aio_write(3), and lio_listio(3) Signed-off-by: Michael Kerrisk --- man7/sigevent.7 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man7/sigevent.7 b/man7/sigevent.7 index 2ccf049fb..9c164c3f9 100644 --- a/man7/sigevent.7 +++ b/man7/sigevent.7 @@ -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),