From 0f848cbcde20faeecdc86d597df8412c08111859 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Sep 2010 07:44:18 +0200 Subject: [PATCH] sigevent.7: Add SEE ALSO reference to new getaddrinfo_a.3 page Signed-off-by: Michael Kerrisk --- man7/sigevent.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/sigevent.7 b/man7/sigevent.7 index 3f11a94aa..e6663f1ac 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-19 "GNU" "Linux Programmer's Manual" +.TH SIGEVENT 7 2010-09-27 "GNU" "Linux Programmer's Manual" .SH NAME struct sigevent \- structure for notification from asynchronous routines .SH SYNOPSIS @@ -131,6 +131,6 @@ POSIX.1-2001. .BR timer_create (2), .BR aio_fsync (3), .\" .BR lio_listio (3), -.\" FIXME This page will be added later .BR getaddrinfo_a (3), +.BR getaddrinfo_a (3), .BR mq_notify (3), .BR pthreads (7)