aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mq_send.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-09-29 05:36:48 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-09-29 05:36:48 +0200
commit5496c8c1d2a066a26416f14d6e6b51cea2db336c (patch)
tree7744ae58a87ec11615c54ee23333e819254e6551 /man3/mq_send.3
parente0d16ae5e73b48bb313c28873b0d9adb0344b9b9 (diff)
downloadman-pages-5496c8c1d2a066a26416f14d6e6b51cea2db336c.tar.gz
mq_send.3: mq_send() is a library function layered on mq_timedsend() syscall
This info is useful for users of strace(1).
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),