summaryrefslogtreecommitdiffstats
path: root/man3/mq_send.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mq_send.3')
-rw-r--r--man3/mq_send.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/mq_send.3 b/man3/mq_send.3
index 2cc63825c..025fe75fe 100644
--- a/man3/mq_send.3
+++ b/man3/mq_send.3
@@ -27,7 +27,7 @@ Real-time library
.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_timedsend ():
@@ -57,7 +57,7 @@ Messages are placed on the queue in decreasing order of priority,
with newer messages of the same priority being placed after
older messages with the same priority.
See
-.BR mq_overview (7)
+.MR mq_overview 7
for details on the range for the message priority.
.P
If the message queue is already full
@@ -84,7 +84,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 the message queue is full,
@@ -114,7 +114,7 @@ was invalid or not opened for writing.
.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
@@ -135,7 +135,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
@@ -159,12 +159,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_receive (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_receive 3 ,
+.MR mq_unlink 3 ,
+.MR timespec 3 ,
+.MR mq_overview 7 ,
+.MR time 7