From: Michael Kerrisk Date: Sun, 15 Nov 2020 08:56:03 +0000 (+0100) Subject: msgctl.2: Use field name "msg_cbytes" rather than "__msg_cbytes" X-Git-Tag: man-pages-5.10~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07ea11104f28bf1dc6f73eb47b6057c81b8794b;p=thirdparty%2Fman-pages.git msgctl.2: Use field name "msg_cbytes" rather than "__msg_cbytes" The shorter name is provided by default (i.e., if _DEFAULT_SOURCE is defined). Signed-off-by: Michael Kerrisk --- diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 57a241ebe5..a735ce9c4d 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -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 */