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>
This commit is contained in:
Michael Kerrisk 2018-07-08 20:56:30 +02:00
parent 86ce931e7c
commit cc94a55964
1 changed files with 0 additions and 7 deletions

View File

@ -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.