msgctl.2: Place list of field descriptions in same order as structure definition

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-15 09:49:49 +01:00
parent 379c3ee9d0
commit 72d2eba770
1 changed files with 16 additions and 16 deletions

View File

@ -87,6 +87,22 @@ This is an
structure (see below) that specifies the access permissions on the message
queue.
.TP
.I msg_stime
Time of the last
.BR msgsnd (2)
system call.
.TP
.I msg_rtime
Time of the last
.BR msgrcv (2)
system call.
.TP
.I msg_ctime
Time of creation of queue or time of last
.BR msgctl ()
.BR IPC_SET
operation.
.TP
.I msg_qnum
Number of messages currently on the message queue.
.TP
@ -103,22 +119,6 @@ system call.
ID of the process that performed the last
.BR msgrcv (2)
system call.
.TP
.I msg_stime
Time of the last
.BR msgsnd (2)
system call.
.TP
.I msg_rtime
Time of the last
.BR msgrcv (2)
system call.
.TP
.I msg_ctime
Time of creation of queue or time of last
.BR msgctl ()
.BR IPC_SET
operation.
.PP
The
.I ipc_perm