aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:56:03 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:56:03 +0100
commita07ea11104f28bf1dc6f73eb47b6057c81b8794b (patch)
treed52c44612fe2b8ff63735f020ad9258fc5a24551
parent72d2eba77067dd870773dd89ee7fce5e36589ec1 (diff)
downloadman-pages-a07ea11104f28bf1dc6f73eb47b6057c81b8794b.tar.gz
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 <mtk.manpages@gmail.com>
-rw-r--r--man2/msgctl.22
1 files changed, 1 insertions, 1 deletions
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 */