unix.7: Add pointer to cmsg(3) for an example of use of SCM_RIGHTS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-15 02:41:59 +02:00
parent 3c5faf1171
commit c751683c17
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@
.\" address that can appear in the sockaddr_un structure: pathname,
.\" unnamed, and abstract.
.\"
.TH UNIX 7 2010-11-15 "Linux" "Linux Programmer's Manual"
.TH UNIX 7 2011-09-15 "Linux" "Linux Programmer's Manual"
.SH NAME
unix, AF_UNIX, AF_LOCAL \- Sockets for local
interprocess communication
@ -430,6 +430,11 @@ UNIX domain stream sockets do not support the notion of out-of-band data.
.SH EXAMPLE
See
.BR bind (2).
For an example of the use of
.BR SCM_RIGHTS
see
.BR cmsg (3).
.SH "SEE ALSO"
.BR recvmsg (2),
.BR sendmsg (2),