aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/msgctl.2')
-rw-r--r--man2/msgctl.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 675ed744c1..757d9a4e0b 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -63,8 +63,8 @@ data structure is defined in <sys/msg.h> as follows:
struct msqid_ds {
struct ipc_perm msg_perm; /* Ownership and permissions */
- time_t msg_stime; /* Time of last msgsnd() */
- time_t msg_rtime; /* Time of last msgrcv() */
+ time_t msg_stime; /* Time of last msgsnd(2) */
+ time_t msg_rtime; /* Time of last msgrcv(2) */
time_t msg_ctime; /* Time of last change */
unsigned long __msg_cbytes; /* Current number of bytes in
queue (non-standard) */
@@ -72,8 +72,8 @@ struct msqid_ds {
in queue */
msglen_t msg_qbytes; /* Maximum number of bytes
allowed in queue */
- pid_t msg_lspid; /* PID of last msgsnd() */
- pid_t msg_lrpid; /* PID of last msgrcv() */
+ pid_t msg_lspid; /* PID of last msgsnd(2) */
+ pid_t msg_lrpid; /* PID of last msgrcv(2) */
};
.in -4n
.fi
@@ -87,7 +87,7 @@ structure is defined in <sys/ipc.h> as follows
.nf
.in +4n
struct ipc_perm {
- key_t key; /* Key supplied to msgget() */
+ key_t key; /* Key supplied to msgget(2) */
uid_t \fBuid\fP; /* Effective UID of owner */
gid_t \fBgid\fP; /* Effective GID of owner */
uid_t cuid; /* Effective UID of creator */
@@ -171,7 +171,7 @@ struct msginfo {
written in a single message */
int msgmnb; /* Max. # of bytes that can be written to
queue; used to initialize msg_qbytes
- during queue creation (msgget()) */
+ during queue creation (msgget(2)) */
int msgmni; /* Max. # of message queues */
int msgssz; /* Message segment size; unused */
int msgtql; /* Max. # of messages on all queues