mq_notify.3: Add cross reference to pthread_attr_init(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-01-27 02:43:49 +01:00
parent 10e83d4682
commit de8fc4be0d
1 changed files with 3 additions and 4 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.TH MQ_NOTIFY 3 2008-08-13 "Linux" "Linux Programmer's Manual" .TH MQ_NOTIFY 3 2009-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mq_notify \- register for notification when a message is available mq_notify \- register for notification when a message is available
.SH SYNOPSIS .SH SYNOPSIS
@ -125,9 +125,8 @@ If
.I notification\->sigev_notify_attributes .I notification\->sigev_notify_attributes
is not NULL, then it should point to a is not NULL, then it should point to a
.I pthread_attr_t .I pthread_attr_t
structure that defines attributes for the thread. structure that defines attributes for the thread (see
.\" FIXME . add a cross reference to pthread_attr_init(3), when .BR pthread_attr_init (3)).
.\" that page is one day written.
.PP .PP
Only one process can be registered to receive notification Only one process can be registered to receive notification
from a message queue. from a message queue.