aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-07-08 20:56:30 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-07-10 07:14:50 +0200
commitcc94a55964262aeb0b18f96e7cb933aea0b63bdc (patch)
tree88157c9bf5b6cba688dfde351aa4df7e5ff272e1
parent86ce931e7c842a14639193ca7d125819fa49eaa8 (diff)
downloadman-pages-cc94a55964262aeb0b18f96e7cb933aea0b63bdc.tar.gz
cmsg.3: Remove out of place mention of MSG_CTRUNC
This detail is covered in recvmsg(2), and now also in unix(7). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/cmsg.37
1 files changed, 0 insertions, 7 deletions
diff --git a/man3/cmsg.3 b/man3/cmsg.3
index 8c7764baea..b12892ae94 100644
--- a/man3/cmsg.3
+++ b/man3/cmsg.3
@@ -151,13 +151,6 @@ For more information on the
.IR msghdr ,
see
.BR recvmsg (2).
-.PP
-When the control message buffer is too short to store all messages, the
-.B MSG_CTRUNC
-flag is set in the
-.I msg_flags
-member of the
-.IR msghdr .
.SH CONFORMING TO
This ancillary data model conforms to the POSIX.1g draft, 4.4BSD-Lite,
the IPv6 advanced API described in RFC\ 2292 and SUSv2.