summaryrefslogtreecommitdiffstats
path: root/man2/msgget.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msgget.2')
-rw-r--r--man2/msgget.220
1 files changed, 10 insertions, 10 deletions
diff --git a/man2/msgget.2 b/man2/msgget.2
index b7105e7f5..592e0bbbe 100644
--- a/man2/msgget.2
+++ b/man2/msgget.2
@@ -72,7 +72,7 @@ set to
(This is analogous to the effect of the combination
.B O_CREAT | O_EXCL
for
-.BR open (2).)
+.MR open 2 .)
.P
Upon creation, the least significant bits of the argument
.I msgflg
@@ -81,14 +81,14 @@ These permission bits have the same format and semantics
as the permissions specified for the
.I mode
argument of
-.BR open (2).
+.MR open 2 .
(The execute permissions are not used.)
.P
If a new message queue is created,
then its associated data structure
.I msqid_ds
(see
-.BR msgctl (2))
+.MR msgctl 2 )
is initialized as follows:
.IP \[bu] 3
.I msg_perm.cuid
@@ -208,10 +208,10 @@ was perhaps unfortunate,
.B IPC_NEW
would more clearly show its function.
.SH SEE ALSO
-.BR msgctl (2),
-.BR msgrcv (2),
-.BR msgsnd (2),
-.BR ftok (3),
-.BR capabilities (7),
-.BR mq_overview (7),
-.BR sysvipc (7)
+.MR msgctl 2 ,
+.MR msgrcv 2 ,
+.MR msgsnd 2 ,
+.MR ftok 3 ,
+.MR capabilities 7 ,
+.MR mq_overview 7 ,
+.MR sysvipc 7