aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:49:49 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:49:49 +0100
commit72d2eba77067dd870773dd89ee7fce5e36589ec1 (patch)
tree510638d178f39c2ba2d2218c92cbe03eadf69b45
parent379c3ee9d02309eeb77ff7f22e4aad81f9bd7bbe (diff)
downloadman-pages-72d2eba77067dd870773dd89ee7fce5e36589ec1.tar.gz
msgctl.2: Place list of field descriptions in same order as structure definition
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/msgctl.232
1 files changed, 16 insertions, 16 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 8b3fa8eb43..57a241ebe5 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -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