Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
memcpy(CMSG_DATA(cmsg), myfds, sizeof(myfds));
.EE
.in
+.PP
+For a complete code example that shows passing of file descriptors
+over a UNIX domain socket, see
+.BR seccomp_user_notif (2).
.SH SEE ALSO
.BR recvmsg (2),
.BR sendmsg (2)
}
.EE
.PP
-For an example of the use of
-.BR SCM_RIGHTS
+For examples of the use of
+.BR SCM_RIGHTS ,
see
-.BR cmsg (3).
+.BR cmsg (3)
+and
+.BR seccomp_user_notif (2).
.SH SEE ALSO
.BR recvmsg (2),
.BR sendmsg (2),