aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mq_send.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mq_send.3')
-rw-r--r--man3/mq_send.38
1 files changed, 7 insertions, 1 deletions
diff --git a/man3/mq_send.3 b/man3/mq_send.3
index 84ad326021..3271d88236 100644
--- a/man3/mq_send.3
+++ b/man3/mq_send.3
@@ -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_SEND 3 2006-02-25 "Linux" "Linux Programmer's Manual"
+.TH MQ_SEND 3 2008-09-29 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_send, mq_timedsend \- send a message to a message queue
.SH SYNOPSIS
@@ -149,6 +149,12 @@ attribute of the message queue.
The call timed out before a message could be transferred.
.SH CONFORMING TO
POSIX.1-2001.
+.SH NOTES
+On Linux,
+.BR mq_timedsend ()
+is a system call, and
+.BR mq_send ()
+is a library function layered on top of that system call.
.SH "SEE ALSO"
.BR mq_close (3),
.BR mq_getattr (3),