summaryrefslogtreecommitdiffstats
path: root/man3/mq_getattr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mq_getattr.3')
-rw-r--r--man3/mq_getattr.330
1 files changed, 15 insertions, 15 deletions
diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3
index 3d11c308c..c0c93c0c1 100644
--- a/man3/mq_getattr.3
+++ b/man3/mq_getattr.3
@@ -47,7 +47,7 @@ The
.I mq_flags
field contains flags associated with the open message queue description.
This field is initialized when the queue is created by
-.BR mq_open (3).
+.MR mq_open 3 .
The only flag that can appear in this field is
.BR O_NONBLOCK .
.P
@@ -56,12 +56,12 @@ The
and
.I mq_msgsize
fields are set when the message queue is created by
-.BR mq_open (3).
+.MR mq_open 3 .
The
.I mq_maxmsg
field is an upper limit on the number of messages
that may be placed on the queue using
-.BR mq_send (3).
+.MR mq_send 3 .
The
.I mq_msgsize
field is an upper limit on the size of messages
@@ -70,7 +70,7 @@ Both of these fields must have a value greater than zero.
Two
.I /proc
files that place ceilings on the values for these fields are described in
-.BR mq_overview (7).
+.MR mq_overview 7 .
.P
The
.I mq_curmsgs
@@ -116,7 +116,7 @@ contained set bits other than
.BR O_NONBLOCK .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -135,7 +135,7 @@ On Linux,
and
.BR mq_setattr ()
are library functions layered on top of the
-.BR mq_getsetattr (2)
+.MR mq_getsetattr 2
system call.
.SH STANDARDS
POSIX.1-2008.
@@ -147,7 +147,7 @@ The program below can be used to show the default
and
.I mq_msgsize
values that are assigned to a message queue that is created with a call to
-.BR mq_open (3)
+.MR mq_open 3
in which the
.I attr
argument is NULL.
@@ -164,7 +164,7 @@ Maximum message size: 8192
Since Linux 3.5, the following
.I /proc
files (described in
-.BR mq_overview (7))
+.MR mq_overview 7 )
can be used to control the defaults:
.P
.in +4n
@@ -220,10 +220,10 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR mq_close (3),
-.BR mq_notify (3),
-.BR mq_open (3),
-.BR mq_receive (3),
-.BR mq_send (3),
-.BR mq_unlink (3),
-.BR mq_overview (7)
+.MR mq_close 3 ,
+.MR mq_notify 3 ,
+.MR mq_open 3 ,
+.MR mq_receive 3 ,
+.MR mq_send 3 ,
+.MR mq_unlink 3 ,
+.MR mq_overview 7