]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
msgctl.2: Use field name "msg_cbytes" rather than "__msg_cbytes"
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 08:56:03 +0000 (09:56 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 15 Nov 2020 08:56:03 +0000 (09:56 +0100)
The shorter name is provided by default (i.e., if _DEFAULT_SOURCE
is defined).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/msgctl.2

index 57a241ebe58144a8e36e5e4e7b89eebf587273fc..a735ce9c4d6113d9632255eed622ec5feda525e5 100644 (file)
@@ -65,7 +65,7 @@ struct msqid_ds {
     time_t          msg_rtime;    /* Time of last msgrcv(2) */
     time_t          msg_ctime;    /* Creation time/time of last
                                      modification via msgctl() */
-    unsigned long   __msg_cbytes; /* Current number of bytes in
+    unsigned long   msg_cbytes;   /* Current number of bytes in
                                      queue (nonstandard) */
     msgqnum_t       msg_qnum;     /* Current number of messages
                                      in queue */