summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/msgctl.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/msgctl.3')
-rw-r--r--lib/libc/gen/msgctl.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3
index b0264b5..f049a1c 100644
--- a/lib/libc/gen/msgctl.3
+++ b/lib/libc/gen/msgctl.3
@@ -58,7 +58,7 @@ may be altered by
and parts of which determine the actions of
.Fn msgctl .
The data structure is defined in
-.Aq Pa sys/msg.h
+.In sys/msg.h
and contains (amongst others) the following members:
.Bd -literal
struct msqid_ds {
@@ -85,7 +85,7 @@ The
structure used inside the
.Vt shmid_ds
structure is defined in
-.Aq Pa sys/ipc.h
+.In sys/ipc.h
and looks like this:
.Bd -literal
struct ipc_perm {
@@ -133,7 +133,7 @@ can only be increased by the super-user.
Values for
.Va msg_qbytes
that exceed the system limit (MSGMNB from
-.Aq Pa sys/msg.h )
+.In sys/msg.h )
are silently truncated to that limit.
.It Dv IPC_RMID
Remove the message queue specified by
OpenPOWER on IntegriCloud