mq_overview.7: add mq_notify() to list of lib. functions and syscalls in MQ API

This commit is contained in:
Michael Kerrisk 2008-09-29 06:05:04 +02:00
parent 247ac1d3da
commit 12e86dbff5
1 changed files with 2 additions and 1 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_OVERVIEW 7 2008-06-15 "Linux" "Linux Programmer's Manual"
.TH MQ_OVERVIEW 7 2008-09-29 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_overview \- Overview of POSIX message queues
.SH DESCRIPTION
@ -103,6 +103,7 @@ l l.
Library interface System call
mq_close(3) close(2)
mq_getattr(3) mq_getsetattr(2)
mq_notify(3) mq_notify(2)
mq_open(3) mq_open(2)
mq_receive(3) mq_timedreceive(2)
mq_send(3) mq_timedsend(2)