summaryrefslogtreecommitdiffstats
path: root/man3/mq_receive.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mq_receive.3')
-rw-r--r--man3/mq_receive.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/mq_receive.3 b/man3/mq_receive.3
index b792b9212..40e997333 100644
--- a/man3/mq_receive.3
+++ b/man3/mq_receive.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH mq_receive 3 2022-12-15 "Linux man-pages 6.03"
+.TH mq_receive 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
mq_receive, mq_timedreceive \- receive a message from a message queue
.SH LIBRARY
@@ -129,29 +129,29 @@ The call timed out before a message could be transferred.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR mq_receive (),
.BR mq_timedreceive ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
-.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
-.SH NOTES
+.SH VERSIONS
On Linux,
.BR mq_timedreceive ()
is a system call, and
.BR mq_receive ()
is a library function layered on top of that system call.
+.SH STANDARDS
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH SEE ALSO
.BR mq_close (3),
.BR mq_getattr (3),