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.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/mq_receive.3 b/man3/mq_receive.3
index 232c191df..8679b09db 100644
--- a/man3/mq_receive.3
+++ b/man3/mq_receive.3
@@ -28,7 +28,7 @@ char *restrict " msg_ptr [. msg_len ],
.ad l
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR mq_timedreceive ():
@@ -49,7 +49,7 @@ argument specifies the size of the buffer pointed to by
this must be greater than or equal to the
.I mq_msgsize
attribute of the queue (see
-.BR mq_getattr (3)).
+.MR mq_getattr 3 ).
If
.I msg_prio
is not NULL, then the buffer to which it points is used
@@ -76,7 +76,7 @@ points to a structure which specifies how long the call will block.
This value is an absolute timeout in seconds and nanoseconds
since the Epoch, 1970-01-01 00:00:00 +0000 (UTC),
specified in a
-.BR timespec (3)
+.MR timespec 3
structure.
.P
If no message is available,
@@ -107,7 +107,7 @@ was invalid or not opened for reading.
.TP
.B EINTR
The call was interrupted by a signal handler; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EINVAL
The call would have blocked, and
@@ -128,7 +128,7 @@ attribute of the message queue.
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).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -152,12 +152,12 @@ POSIX.1-2008.
.SH HISTORY
POSIX.1-2001.
.SH SEE ALSO
-.BR mq_close (3),
-.BR mq_getattr (3),
-.BR mq_notify (3),
-.BR mq_open (3),
-.BR mq_send (3),
-.BR mq_unlink (3),
-.BR timespec (3),
-.BR mq_overview (7),
-.BR time (7)
+.MR mq_close 3 ,
+.MR mq_getattr 3 ,
+.MR mq_notify 3 ,
+.MR mq_open 3 ,
+.MR mq_send 3 ,
+.MR mq_unlink 3 ,
+.MR timespec 3 ,
+.MR mq_overview 7 ,
+.MR time 7