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
.\" 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
mq_notify \- register for notification when a message is available
.SH SYNOPSIS
@ -125,9 +125,8 @@ If
.I notification\->sigev_notify_attributes
is not NULL, then it should point to a
.I pthread_attr_t
structure that defines attributes for the thread.
.\" FIXME . add a cross reference to pthread_attr_init(3), when
.\" that page is one day written.
structure that defines attributes for the thread (see
.BR pthread_attr_init (3)).
.PP
Only one process can be registered to receive notification
from a message queue.