diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 8b3fa8eb4..57a241ebe 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