From 72d2eba77067dd870773dd89ee7fce5e36589ec1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Nov 2020 09:49:49 +0100 Subject: msgctl.2: Place list of field descriptions in same order as structure definition Signed-off-by: Michael Kerrisk --- man2/msgctl.2 | 32 ++++++++++++++++---------------- 1 file 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 -- cgit 1.2.3-korg