summaryrefslogtreecommitdiffstats
path: root/man2/msgop.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msgop.2')
-rw-r--r--man2/msgop.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/msgop.2 b/man2/msgop.2
index 6ffd76b2f..9d008b4ad 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2
@@ -92,7 +92,7 @@ field in the associated data structure for the message queue.
During queue creation this field is initialized to
.B MSGMNB
bytes, but this limit can be modified using
-.BR msgctl (2).
+.MR msgctl 2 .
A message queue is considered to be full if either of the following
conditions is true:
.IP \[bu] 3
@@ -137,7 +137,7 @@ with
.I errno
set to
.BR EINTR ; see
-.BR signal (7).
+.MR signal 7 .
.RB ( msgsnd ()
is never automatically restarted after being interrupted by a
signal handler, regardless of the setting of the
@@ -402,7 +402,7 @@ the message queue was removed.
.B EINTR
While the process was sleeping to receive a message,
the process caught a signal; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EINVAL
.I msqid
@@ -492,7 +492,7 @@ capability)
can increase the size of a message queue beyond
.B MSGMNB
using the
-.BR msgctl (2)
+.MR msgctl 2
.B IPC_SET
operation.
.P
@@ -677,8 +677,8 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR msgctl (2),
-.BR msgget (2),
-.BR capabilities (7),
-.BR mq_overview (7),
-.BR sysvipc (7)
+.MR msgctl 2 ,
+.MR msgget 2 ,
+.MR capabilities 7 ,
+.MR mq_overview 7 ,
+.MR sysvipc 7