aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgget.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msgget.2')
-rw-r--r--man2/msgget.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/msgget.2 b/man2/msgget.2
index b7b95b66e4..ea448d734e 100644
--- a/man2/msgget.2
+++ b/man2/msgget.2
@@ -109,22 +109,22 @@ then its associated data structure
(see
.BR msgctl (2))
is initialized as follows:
-.IP
+.IP \(bu 2
.I msg_perm.cuid
and
.I msg_perm.uid
are set to the effective user ID of the calling process.
-.IP
+.IP \(bu
.I msg_perm.cgid
and
.I msg_perm.gid
are set to the effective group ID of the calling process.
-.IP
+.IP \(bu
The least significant 9 bits of
.I msg_perm.mode
are set to the least significant 9 bits of
.IR msgflg .
-.IP
+.IP \(bu
.IR msg_qnum ,
.IR msg_lspid ,
.IR msg_lrpid ,
@@ -132,10 +132,10 @@ are set to the least significant 9 bits of
and
.I msg_rtime
are set to 0.
-.IP
+.IP \(bu
.I msg_ctime
is set to the current time.
-.IP
+.IP \(bu
.I msg_qbytes
is set to the system limit
.BR MSGMNB .