]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
msgctl.2: Add description of 'msg_cbytes' field
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 08:59:13 +0000 (09:59 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 09:00:12 +0000 (10:00 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/msgctl.2

index a735ce9c4d6113d9632255eed622ec5feda525e5..87d66052614279ccadb2edbde740ecbb033bc6c8 100644 (file)
@@ -103,6 +103,10 @@ Time of creation of queue or time of last
 .BR IPC_SET
 operation.
 .TP
+.I msg_cbytes
+Number of bytes in all messages currently on the message queue.
+This is a nonstandard Linux extension that is not specified in POSIX.
+.TP
 .I msg_qnum
 Number of messages currently on the message queue.
 .TP